Commit 9d0a0e38 authored by Eric Duminil's avatar Eric Duminil
Browse files

Disable debug on ESP8266 to save some RAM

parent 3ec7cefb
Pipeline #5838 passed with stage
in 2 minutes and 32 seconds
...@@ -20,8 +20,9 @@ lib_deps = ...@@ -20,8 +20,9 @@ lib_deps =
EEPROM EEPROM
DNSServer DNSServer
prampec/IotWebConf@^3.2.0 prampec/IotWebConf@^3.2.0
;build_flags = build_flags =
; -D IOTWEBCONF_DEBUG_DISABLED ; Disabling debug helps a bit with available memory.
-D IOTWEBCONF_DEBUG_DISABLED
[env:esp32] [env:esp32]
platform = espressif32 platform = espressif32
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment