Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: app/SerialDisplay.h
- 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 );