Files
SpotMicroESP32-Leika/esp32/build_settings.ini
2025-07-08 01:25:35 +02:00

10 lines
276 B
INI

[build_settings]
build_flags =
-D BUILD_TARGET=\"$PIOENV\"
-D APPLICATION_CORE=0
-D EMBED_WWW
-D SERVE_CONFIG_FILES
-D CORS_ORIGIN=\"*\"
-D ENABLE_CORS
-D USE_MSGPACK=1 ; Use either msgpack or json
-D USE_JSON=0 ; Use either msgpack or json