Amir Chaudhary / Mbed 2 deprecated Hexmodal-firmware_v3-1_hex_w_3d_14

Dependencies:   mbed

Revision:
18:0a4de80c02a6
Parent:
15:f4805eb13d73
Child:
19:6f88d1cabaca
--- a/app/SerialDisplay.h	Tue Jan 22 17:33:29 2019 +0000
+++ b/app/SerialDisplay.h	Wed Jan 23 19:23:44 2019 +0000
@@ -28,7 +28,8 @@
 void SerialDisplayUpdateFrameType( bool confirmed );
 void SerialDisplayUpdateAdr( bool adr );
 void SerialDisplayUpdateDutyCycle( bool dutyCycle );
-void SerialDisplayPrintDebugLine( uint16_t status );
+void SerialDisplayPrintDebugLine( char* str, uint8_t size );
+void SerialDisplayPrintDebugStatus( uint16_t status );
 void SerialDisplayUpdatePublicNetwork( bool network );
 void SerialDisplayUpdateData( uint8_t *buffer );
 void SerialDisplayUpdateNetworkIsJoined( bool state );