load image from file and storage

from storage doesn't work yet, because of memory issues
This commit is contained in:
Peter Siegmund
2025-10-09 22:51:48 +02:00
parent 31845c0596
commit 4b2b8ed0e0
11 changed files with 16535 additions and 71 deletions

View File

@@ -3,6 +3,7 @@ idf_component_register(SRCS
"main.cpp"
PRIV_REQUIRES
fatfs
storage
esp_wifi
wpa_supplicant
INCLUDE_DIRS ".")