Added sd support and fixed proto malloc

This commit is contained in:
Niklas Jensen
2026-01-31 20:03:52 +01:00
parent ff1444b2bc
commit 8d4ce16460
12 changed files with 169 additions and 52 deletions
+4 -2
View File
@@ -82,8 +82,8 @@ platform = espressif32 @ 6.8.1
framework = espidf
monitor_speed = 115200
monitor_filters =
direct
esp32_exception_decoder
direct
esp32_exception_decoder
build_flags =
${factory_settings.build_flags}
${features.build_flags}
@@ -96,6 +96,8 @@ build_flags =
-fdata-sections
-Wl,--gc-sections
-I submodules/nanopb
-D PB_FIELD_32BIT=1
-D PB_ENABLE_MALLOC=1
-Wno-missing-braces
-Wno-format
-D CONFIG_HTTPD_WS_SUPPORT=1