#ifndef CustomAmpelIotWebConfSettings_h #define CustomAmpelIotWebConfSettings_h /***************************************/ /**** CUSTOM AMPEL CODE ****************/ // Disable DEBUG, in order to save some space, at least on ESP8266 #define IOTWEBCONF_DEBUG_DISABLED // Change this value (between 0 & 3000) in order to force the config to be reloaded. #define IOTWEBCONF_CONFIG_START 512 #endif