Version FC

Dependencies:   DmTftLibrary eeprom SX1280Lib filesystem mbed

Fork of MSNV2-Terminal_V1-5 by Francis CHATAIN

Branch:
Integration
Revision:
39:13e66d087ae9
Parent:
20:b0281e8a375a
--- a/Payload.cpp	Fri Oct 19 06:32:59 2018 +0000
+++ b/Payload.cpp	Fri Oct 19 15:08:35 2018 +0000
@@ -24,6 +24,7 @@
 }
 
 
+#ifdef TEST_ENVIRONMENT
 std::string Payload::toString() {
     std::ostringstream stringStream;
 
@@ -48,3 +49,4 @@
 
     return stringStream.str();
 }
+#endif