mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 20:56:35 +00:00
Fix compilation
This commit is contained in:
parent
721bb4143b
commit
973354470c
@ -44,6 +44,9 @@ extern "C" void custom_crash_callback(struct rst_info * rst_info, uint32_t stack
|
|||||||
extern "C" void resetPins();
|
extern "C" void resetPins();
|
||||||
extern "C" int startWaveformClockCycles(uint8_t pin, uint32_t highCcys, uint32_t lowCcys,
|
extern "C" int startWaveformClockCycles(uint8_t pin, uint32_t highCcys, uint32_t lowCcys,
|
||||||
uint32_t runTimeCcys, int8_t alignPhase, uint32_t phaseOffsetCcys, bool autoPwm);
|
uint32_t runTimeCcys, int8_t alignPhase, uint32_t phaseOffsetCcys, bool autoPwm);
|
||||||
|
#ifdef USE_INFLUXDB
|
||||||
|
void InfluxDbProcess(bool use_copy = false);
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef ESP32
|
#ifdef ESP32
|
||||||
#if CONFIG_IDF_TARGET_ESP32 // ESP32/PICO-D4
|
#if CONFIG_IDF_TARGET_ESP32 // ESP32/PICO-D4
|
||||||
|
@ -366,7 +366,7 @@ void InfluxDbProcessJson(bool use_copy = false) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void InfluxDbProcess(bool use_copy = false) {
|
void InfluxDbProcess(bool use_copy) {
|
||||||
if (Settings->sbflag1.influxdb_sensor) {
|
if (Settings->sbflag1.influxdb_sensor) {
|
||||||
InfluxDbProcessJson(use_copy);
|
InfluxDbProcessJson(use_copy);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user