NerfUS / NerfUSXbee

Dependents:   NerfUS-Coord NerfUSTarget

Fork of APP3_xbee by Team APP

Revision:
16:f4df01448b59
Parent:
15:ab3e0d32e578
Child:
18:34374040d9ff
Child:
21:441645a394c2
--- a/include/XbeeTransmitterInterface.hpp	Wed Mar 29 17:00:14 2017 +0000
+++ b/include/XbeeTransmitterInterface.hpp	Thu Mar 30 17:31:29 2017 +0000
@@ -9,7 +9,7 @@
         virtual void transmit(const std::vector<uint8_t>& bytes) = 0;
         
     protected:
-        const static int message_size = 4;    
+        const static int message_size = 5;
 };
 
 #endif
\ No newline at end of file