Anish updated the code to work with L152. RTC seems to causing issue. Will have to disable LSE.
Dependencies: mbed LoRaWAN-lib SX1276Lib
Diff: app/SerialDisplay.cpp
- Revision:
- 15:f4805eb13d73
- Parent:
- 3:9c6f7f082151
- Child:
- 18:0a4de80c02a6
--- a/app/SerialDisplay.cpp Wed Jan 09 16:07:08 2019 +0000 +++ b/app/SerialDisplay.cpp Mon Jan 21 19:53:37 2019 +0000 @@ -108,6 +108,14 @@ } } +void SerialDisplayPrintDebugLine( uint16_t status ) +{ + vt.SetCursorPos( 17, 27 ); + vt.printf("DEBUG: "); + vt.printf( "%10d", status ); + +} + void SerialDisplayUpdatePublicNetwork( bool network ) { vt.SetCursorPos( 19, 17 );