Jelajahi Sumber

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

Gerfried 4 tahun lalu
induk
melakukan
86f5c9e9f8
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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"));