runnable on WT32-SC01-PLUS

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-10-08 07:59:23 +02:00
parent b107e7cb6e
commit 8dbf6dbb26
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)