Espotel / Mbed 2 deprecated LoRaWAN_ELMO_TxRx_Template

Dependencies:   SX1272lib mbed

Files at this revision

API Documentation at this revision

Comitter:
Pasi
Date:
Tue Apr 19 21:48:58 2016 +0000
Parent:
5:be347c6040c1
Commit message:
Text tweaking

Changed in this revision

RadioHandler.cpp Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/RadioHandler.cpp	Tue Apr 19 19:51:17 2016 +0000
+++ b/RadioHandler.cpp	Tue Apr 19 21:48:58 2016 +0000
@@ -548,6 +548,7 @@
             case MLME_JOIN:
             {
                 // Status is OK, node has joined the network
+                printf("\r\nElmo has joined the network\r\n\r\n");
                 break;
             }
             case MLME_LINK_CHECK:
--- a/main.cpp	Tue Apr 19 19:51:17 2016 +0000
+++ b/main.cpp	Tue Apr 19 21:48:58 2016 +0000
@@ -53,7 +53,7 @@
 
     debugPort.baud(9600);
 
-    debugPort.printf("\r\n\r\nELMO Debugger Screen\r\n");
+    debugPort.printf("\r\n\r\nELMO Debug Screen\r\n");
 
     pushButton.rise(&ButtonHandler);
     pushButton.enable_irq();