File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ debug_flags =
5555 # -D ENABLE_DEBUG_EVSE_MONITOR
5656 # -D ENABLE_DEBUG_DIVERT
5757 # -D ENABLE_DEBUG_LED
58- -D ENABLE_DEBUG_LCD
58+ # -D ENABLE_DEBUG_LCD
5959 # -D ENABLE_DEBUG_MQTT
6060 # -D ENABLE_DEBUG_EMONCMS
6161 # -D ENABLE_DEBUG_TESLA_CLIENT
@@ -65,6 +65,7 @@ debug_flags =
6565 # -D ENABLE_NOISY_PROFILE
6666 # -D ENABLE_DEBUG_MICROTASKS
6767 # -D ENABLE_DEBUG_ENERGY_METER
68+ # -D ENABLE_DEBUG_MEMORY_MONITOR
6869src_build_flags =
6970# -D ARDUINOJSON_USE_LONG_LONG
7071# -D ENABLE_ASYNC_WIFI_SCAN
@@ -456,4 +457,4 @@ build_flags =
456457 -D RAPI_PORT =Serial2
457458# upload_protocol = custom
458459# upload_command = curl -F firmware=@$SOURCE http://$UPLOAD_PORT/update
459- # build_type = debug
460+ build_type = debug
Original file line number Diff line number Diff line change 1+ #if defined(ENABLE_DEBUG) && !defined(ENABLE_DEBUG_EMBEDDED_FILES)
2+ #undef ENABLE_DEBUG
3+ #endif
14
25#include " embedded_files.h"
36#include " emonesp.h"
You can’t perform that action at this time.
0 commit comments