mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-21 09:46:31 +00:00
Allow to change INFLUXDB_INITIAL (#22783)
This commit is contained in:
parent
fe2f4d031f
commit
1fc6f5c707
@ -51,8 +51,9 @@
|
|||||||
|
|
||||||
#define XDRV_59 59
|
#define XDRV_59 59
|
||||||
|
|
||||||
|
#ifndef INFLUXDB_INITIAL
|
||||||
#define INFLUXDB_INITIAL 7 // Initial number of seconds after wifi connect keeping in mind sensor initialization
|
#define INFLUXDB_INITIAL 7 // Initial number of seconds after wifi connect keeping in mind sensor initialization
|
||||||
|
#endif
|
||||||
#ifndef INFLUXDB_STATE
|
#ifndef INFLUXDB_STATE
|
||||||
#define INFLUXDB_STATE 0 // [Ifx] Influxdb initially Off (0) or On (1)
|
#define INFLUXDB_STATE 0 // [Ifx] Influxdb initially Off (0) or On (1)
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user