Explorar o código

Schranke für "Last Message" wurde auf 3480mV erhöht.

Gerfried %!s(int64=4) %!d(string=hai) anos
pai
achega
86f5c9e9f8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      aml_sensorbox_tmpNoise.ino

+ 1 - 1
aml_sensorbox_tmpNoise.ino

@@ -267,7 +267,7 @@ void loop() {
 
     //SERVICE MESSAGES
     //Power too low, but last message not yet sent -> send last message; BUT make sure, that mV is plausible -> >500
-    if ((lastMilliVolts < 3470) && (lastMilliVolts > 500) && !lastMessageSent) { 
+    if ((lastMilliVolts < 3480) && (lastMilliVolts > 500) && !lastMessageSent) { 
       switchFONA();
       initFONA();
       //sendToWebService(getServiceJSONDataString(" LAST MESSAGE - NO BATTERY"));