From 6fce7f4f602e15a1d9f6d1d68a5e7c849b79c68f Mon Sep 17 00:00:00 2001 From: Eric Duminil <eric.duminil@gmail.com> Date: Mon, 7 Mar 2022 13:55:09 +0100 Subject: [PATCH] Enough DEBUG info now --- ampel-firmware/src/lib/IotWebConf/src/custom_ampel_iotwebconf.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/ampel-firmware/src/lib/IotWebConf/src/custom_ampel_iotwebconf.h b/ampel-firmware/src/lib/IotWebConf/src/custom_ampel_iotwebconf.h index c79b4e9..cde7ed5 100644 --- a/ampel-firmware/src/lib/IotWebConf/src/custom_ampel_iotwebconf.h +++ b/ampel-firmware/src/lib/IotWebConf/src/custom_ampel_iotwebconf.h @@ -5,9 +5,7 @@ // Disable DEBUG, in order to save some space, at least on ESP8266 -#if defined(ESP8266) #define IOTWEBCONF_DEBUG_DISABLED -#endif // Change this value (between 0 & 3000) in order to force the config to be reloaded. #define IOTWEBCONF_CONFIG_START 512 -- GitLab