Implemented config file and save to memory using ffat

This commit is contained in:
Emanuele Trabattoni
2025-07-17 18:01:03 +02:00
parent 0b5d725d3a
commit 92de57a760
5 changed files with 347 additions and 17 deletions

View File

@@ -20,6 +20,10 @@ lib_deps =
hideakitai/DebugLog@^0.8.4
build_type = release
board_build.filesystem = ffat
board_build.partitions = fatfs_partition.csv ; se stai usando uno custom
[env:esp32-s3-waveshare8-debug]
platform = ${env:esp32-s3-waveshare8.platform}
board = ${env:esp32-s3-waveshare8.board}
@@ -39,3 +43,6 @@ build_flags =
-fno-ipa-sra
-fno-tree-sra
-fno-builtin
board_build.filesystem = ffat
board_build.partitions = fatfs_partition.csv ; se stai usando uno custom