Fork from LoRa Alliance program. available here: https://developer.mbed.org/users/Alliance/code/LoRaWAN/

Dependencies:   LoRaMacLib SX1276Lib mbed Chainable_RGB_LED DigitDisplay

Fork of LoRaWAN by LoRa All

Revision:
5:2499c195ccfe
Parent:
4:0c164d628006
Child:
6:ea71f564e0ce
--- a/main.cpp	Wed Sep 23 09:40:45 2015 +0000
+++ b/main.cpp	Tue Oct 20 15:22:08 2015 +0000
@@ -177,7 +177,7 @@
             break;
             
         case 20:
-            color_led.setColorRGB(0, info->RxBuffer[0], info->RxBuffer[0], info->RxBuffer[0] );
+            color_led.setColorRGB(0, info->RxBuffer[0], info->RxBuffer[1], info->RxBuffer[2] );
             break;
             
         case 30: