diff --git a/tasmota/tasmota_xdrv_driver/xdrv_59_influxdb.ino b/tasmota/tasmota_xdrv_driver/xdrv_59_influxdb.ino index 298fe5cc6959..fa02ff8405c6 100644 --- a/tasmota/tasmota_xdrv_driver/xdrv_59_influxdb.ino +++ b/tasmota/tasmota_xdrv_driver/xdrv_59_influxdb.ino @@ -51,8 +51,9 @@ #define XDRV_59 59 +#ifndef INFLUXDB_INITIAL #define INFLUXDB_INITIAL 7 // Initial number of seconds after wifi connect keeping in mind sensor initialization - +#endif #ifndef INFLUXDB_STATE #define INFLUXDB_STATE 0 // [Ifx] Influxdb initially Off (0) or On (1) #endif