mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-10 01:39:54 +03:00
auto invert LED when using ESP32
This commit is contained in:
@@ -36,10 +36,16 @@
|
|||||||
#define EMSESP_DEFAULT_MASTER_THERMOSTAT 0 // not set
|
#define EMSESP_DEFAULT_MASTER_THERMOSTAT 0 // not set
|
||||||
#define EMSESP_DEFAULT_SHOWER_TIMER false
|
#define EMSESP_DEFAULT_SHOWER_TIMER false
|
||||||
#define EMSESP_DEFAULT_SHOWER_ALERT false
|
#define EMSESP_DEFAULT_SHOWER_ALERT false
|
||||||
|
|
||||||
|
#if defined(ESP32)
|
||||||
|
#define EMSESP_DEFAULT_HIDE_LED true
|
||||||
|
#else
|
||||||
#define EMSESP_DEFAULT_HIDE_LED false
|
#define EMSESP_DEFAULT_HIDE_LED false
|
||||||
|
#endif
|
||||||
|
|
||||||
#define EMSESP_DEFAULT_DALLAS_PARASITE false
|
#define EMSESP_DEFAULT_DALLAS_PARASITE false
|
||||||
#define EMSESP_DEFAULT_API_ENABLED false // turn off, because its insecure
|
#define EMSESP_DEFAULT_API_ENABLED false // turn off, because its insecure
|
||||||
#define EMSESP_DEFAULT_BOOL_FORMAT 1 // on/off
|
#define EMSESP_DEFAULT_BOOL_FORMAT 1 // on/off
|
||||||
#define EMSESP_DEFAULT_ANALOG_ENABLED false
|
#define EMSESP_DEFAULT_ANALOG_ENABLED false
|
||||||
|
|
||||||
// Default GPIO PIN definitions
|
// Default GPIO PIN definitions
|
||||||
|
|||||||
Reference in New Issue
Block a user