custom_ampel_iotwebconf.h 396 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
#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

10
11
12
// Change this value (between 0 & 3000) in order to force the config to be reloaded.
#define IOTWEBCONF_CONFIG_START 512

13
#endif