runnable on WT32-SC01-PLUS

This commit is contained in:
Peter Siegmund
2025-10-08 07:59:23 +02:00
parent abeb791511
commit 31845c0596
31 changed files with 1326 additions and 739 deletions

View File

@@ -0,0 +1,10 @@
idf_component_register(SRCS
"lgfx.cpp"
"main.cpp"
PRIV_REQUIRES
fatfs
esp_wifi
wpa_supplicant
INCLUDE_DIRS ".")
fatfs_create_spiflash_image(storage ../storage FLASH_IN_PROJECT PRESERVE_TIME)