Version FC

Dependencies:   DmTftLibrary eeprom SX1280Lib filesystem mbed

Fork of MSNV2-Terminal_V1-5 by Francis CHATAIN

Revision:
32:3bef9b81f639
Parent:
27:a1c37c596bfc
Child:
39:13e66d087ae9
Child:
41:5a436163dddf
--- a/Service.cpp	Wed Oct 03 17:22:58 2018 +0000
+++ b/Service.cpp	Thu Oct 04 07:24:28 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()) {