This commit is contained in:
2025-11-01 09:32:33 -04:00
parent c087c2446a
commit dce3e3600d
7 changed files with 65 additions and 59 deletions

View File

@@ -5,6 +5,7 @@ use esp_idf_hal::prelude::*;
const SSD1306_ADDRESS: u8 = 0x3c;
// TODO: This is not no-std; This is using ESP-IDF-HAL, which uses std
fn main() -> anyhow::Result<()> {
esp_idf_hal::sys::link_patches();