move PersistenceManager into platform project

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-06-20 23:43:31 +02:00
parent 72fd0bdf1a
commit 5805d9ea14
6 changed files with 187 additions and 139 deletions

View File

@@ -1,6 +1,7 @@
idf_component_register(SRCS
"main.cpp"
"app_task.cpp"
"PersistenceManager.cpp"
"button_handling.c"
"hal/u8g2_esp32_hal.c"
INCLUDE_DIRS "."
@@ -9,4 +10,5 @@ idf_component_register(SRCS
u8g2
driver
esp_timer
nvs_flash
)