load image from file and storage

from storage doesn't work yet, because of memory issues

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-10-09 22:51:48 +02:00
parent 8dbf6dbb26
commit 22d306b14c
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 ".")