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

#endif