Example Tx Rx LoRa code for Multitech Conduit. Based on Semtech stack for ELMO - ver. 4.1.0.

Dependencies:   SX1272lib mbed

Revision:
6:71b489e70063
Parent:
5:be347c6040c1
--- 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: