Version FC

Dependencies:   DmTftLibrary eeprom SX1280Lib filesystem mbed

Fork of MSNV2-Terminal_V1-5 by Francis CHATAIN

Revision:
32:3bef9b81f639
Parent:
30:20f58f30113d
Child:
37:b565750d9978
--- a/Component.hpp	Wed Oct 03 17:22:58 2018 +0000
+++ b/Component.hpp	Thu Oct 04 07:24:28 2018 +0000
@@ -26,12 +26,12 @@
             BME280    = 5, 
             DS18B20   = 6 
         } ;
-        /*
+        
         Component(COMPONENT_ID id, std::vector<Service*>& services) {
             this->id = id;
             this->services = services;
         }
-        */
+        
         std::vector<Service*>& getServices() {
             return this->services;
         }