Begin porting OpenIris from platformio to ESP-IDF, wifi works, blinking works, Preferences work, flashing etc works, configuration for xiaos works

This commit is contained in:
Lorow
2024-09-18 23:43:42 +02:00
commit 43a976d32d
28 changed files with 6327 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
idf_component_register(SRCS "Preferences/Preferences.cpp"
INCLUDE_DIRS "Preferences"
REQUIRES nvs_flash
)