소스 검색

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

Gerfried 4 년 전
부모
커밋
86f5c9e9f8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"));