mirror of
https://github.com/grillbaer/esp32-geiger-counter.git
synced 2025-12-21 21:33:03 +01:00
trying to fix mqtt stops to work after a few hours
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include "GeigerData.h"
|
||||
|
||||
void initIngest();
|
||||
void loopIngest();
|
||||
void deinitIngest();
|
||||
void ingestToThingspeak(GeigerData &geigerData, uint16_t intervalSamples);
|
||||
void ingestToMqtt(GeigerData &geigerData, uint16_t intervalSamples);
|
||||
|
||||
Reference in New Issue
Block a user