Explorar el Código

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

Gerfried hace 4 años
padre
commit
86f5c9e9f8
Se han modificado 1 ficheros con 1 adiciones y 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"));