|
@@ -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"));
|