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.
Dependencies: mbed LoRaWAN-lib SX1272Liby
Fork of frdm_LoRa_Connect_Woodstream_Demo_tjm by
Diff: app/SerialDisplay.cpp
- Revision:
- 9:b70f8b97176a
- Parent:
- 0:45496a70a8a5
--- a/app/SerialDisplay.cpp Mon Mar 21 17:51:35 2016 +0000
+++ b/app/SerialDisplay.cpp Tue Aug 09 14:38:07 2016 +0000
@@ -350,7 +350,7 @@
// "+-----------------------------------------------------------------------------+" );
SerialDisplayDrawFirstLine( );
// "¦ LoRaWAN Demonstration Application ¦" );
- SerialDisplayDrawTitle( " LoRaWAN Demonstration Application " );
+ SerialDisplayDrawTitle( " LoRaWAN Production Demonstration Application " );
// "+------------+----------------------------------------------------------------¦" );
SerialDisplayDrawTopSeparator( );
// "¦ Activation ¦ [ ]Over The Air ¦" );
@@ -442,3 +442,15 @@
{
return vt.GetChar( );
}
+
+void SerialDisplayMessage1(char *str)
+{
+ vt.SetCursorPos( 45, 0 );
+ vt.printf("%s",str);
+}
+
+void SerialDisplayMessage2(char *str)
+{
+ vt.SetCursorPos( 46, 0 );
+ vt.printf("%s",str);
+}
