Commit cd8a4314 authored by Eric Duminil's avatar Eric Duminil
Browse files

Disable debug via pio.ini if desired

parent ad7f4bea
...@@ -11,8 +11,6 @@ ...@@ -11,8 +11,6 @@
#include "config.h" #include "config.h"
#define IOTWEBCONF_DEBUG_DISABLED // Did it change anything?
#include <IotWebConf.h> #include <IotWebConf.h>
#include <IotWebConfTParameter.h> #include <IotWebConfTParameter.h>
#include <IotWebConfOptionalGroup.h> #include <IotWebConfOptionalGroup.h>
......
...@@ -16,6 +16,8 @@ platform = espressif8266 ...@@ -16,6 +16,8 @@ platform = espressif8266
board = esp12e board = esp12e
framework = arduino framework = arduino
monitor_speed = 115200 monitor_speed = 115200
;build_flags =
; -D IOTWEBCONF_DEBUG_DISABLED
lib_deps = lib_deps =
EEPROM EEPROM
DNSServer DNSServer
......
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