mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00:00
Fix compilation
This commit is contained in:
parent
75e4a4654c
commit
9b6efc674d
@ -29,6 +29,10 @@
|
||||
//#define USE_ENERGY_MARGIN_DETECTION
|
||||
// #define USE_ENERGY_POWER_LIMIT
|
||||
|
||||
#ifndef MQTT_TELE_RETAIN
|
||||
#define MQTT_TELE_RETAIN 0
|
||||
#endif
|
||||
|
||||
#define ENERGY_NONE 0
|
||||
#define ENERGY_WATCHDOG 4 // Allow up to 4 seconds before deciding no valid data present
|
||||
|
||||
|
@ -26,6 +26,10 @@
|
||||
#define XDRV_03 3
|
||||
#define XSNS_03 3
|
||||
|
||||
#ifndef MQTT_TELE_RETAIN
|
||||
#define MQTT_TELE_RETAIN 0
|
||||
#endif
|
||||
|
||||
#define ENERGY_NONE 0
|
||||
#define ENERGY_WATCHDOG 4 // Allow up to 4 seconds before deciding no valid data present
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user