custom_ampel_iotwebconf.h 424 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
#ifndef CustomAmpelIotWebConfSettings_h
#define CustomAmpelIotWebConfSettings_h
/***************************************/
/**** CUSTOM AMPEL CODE ****************/

// Disable DEBUG, in order to save some space, at least on ESP8266

#if defined(ESP8266)
#define IOTWEBCONF_DEBUG_DISABLED
#endif

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

15
#endif