initial file browser work

This commit is contained in:
2024-11-20 01:14:39 +01:00
parent 8218c4b9a6
commit 9f249af430
3 changed files with 145 additions and 16 deletions

View File

@@ -87,7 +87,7 @@ eeprom24x = "0.7.2"
#esp-idf-sys = { git = "https://github.com/esp-rs/esp-idf-sys.git" }
#esp-idf-svc = { git = "https://github.com/esp-rs/esp-idf-svc.git" }
ds323x = { git = "https://github.com/empirephoenix/ds323x-rs.git" }
bq34z100 = { path = "../../bq34z100_rust" }
#bq34z100 = { path = "../../bq34z100_rust" }
[build-dependencies]
embuild = "0.32.0"