Version FC

Dependencies:   DmTftLibrary eeprom SX1280Lib filesystem mbed

Fork of MSNV2-Terminal_V1-5 by Francis CHATAIN

Revision:
27:a1c37c596bfc
Parent:
24:92c30dabfda4
Child:
32:3bef9b81f639
--- a/Service.cpp	Tue Sep 18 19:41:38 2018 +0000
+++ b/Service.cpp	Tue Sep 18 19:54:51 2018 +0000
@@ -1,7 +1,7 @@
 #include "Service.hpp"
 
 using namespace misnet;
-
+/*
 Service::Service(DEVICE_TYPE type,
                  MISNET_CODE misnet_code,
                  STATE state,
@@ -29,7 +29,7 @@
     this->current_value._value.type = Value::NOT_SET;
     this->previous_value._value.type = Value::NOT_SET;
 }
-
+*/
 
 bool Service::processHeartbeat() {
     if (this->readyToSample()) {