File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ unsigned long ledLastUpdate;
8989// --------------------- SENSORS (GENERAL) ------------------------------------------------
9090uint8_t dataPublishInterval = 15 ; // [MINUTES] Default sensor data sending interval
9191const uint8_t sensorAverageSamples = 10 ; // Number of samples used to average values from sensors
92- const int sensorRetriesUntilConsideredOffline = 2 ;
92+ const int sensorRetriesUntilConsideredOffline = 3 ;
9393bool dataPublishFailed = false ; // Keeps track if a payload has failed to send so we can retry
9494unsigned long sensorReadTime, dataPublishTime;
9595
@@ -710,7 +710,7 @@ String wifiSignal() {
710710
711711void initPMS () {
712712 pmsSerial.begin (9600 );
713- pmsPower (false );
713+ pmsPower (true );
714714}
715715
716716void initBME () {
You can’t perform that action at this time.
0 commit comments