Allow to change INFLUXDB_INITIAL (#22783)

This commit is contained in:
nikito7 2025-01-07 21:00:39 +00:00 committed by GitHub
parent fe2f4d031f
commit 1fc6f5c707
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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