mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-19 14:33:45 +02:00
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:
4
components/Preferences/CMakeLists.txt
Normal file
4
components/Preferences/CMakeLists.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
idf_component_register(SRCS "Preferences/Preferences.cpp"
|
||||
INCLUDE_DIRS "Preferences"
|
||||
REQUIRES nvs_flash
|
||||
)
|
||||
Reference in New Issue
Block a user