Version FC

Dependencies:   DmTftLibrary eeprom SX1280Lib filesystem mbed

Fork of MSNV2-Terminal_V1-5 by Francis CHATAIN

Revision:
22:a5929d3668b6
Parent:
21:8524d815c587
Child:
24:92c30dabfda4
--- a/Service.cpp	Tue Sep 04 13:34:36 2018 +0000
+++ b/Service.cpp	Wed Sep 05 21:58:07 2018 +0000
@@ -44,7 +44,7 @@
   }
 
   if (this->up_mode == Service::BY_DELTA) {
-    return this->current_value.isAbsoluteDifferenceValueGreatherThanDelta(this->previous_value, this->delta_threshold);
+    return this->current_value.isAbsoluteDifferenceValueGreaterThanDelta(this->previous_value, this->delta_threshold);
   }
 
   return (this->current_value.isDifferentFrom(this->previous_value));