mDot ABP base

Dependencies:   libmDot mbed-rtos mbed

Fork of mDot_LoRa_Connect_Example_ABPA by MultiTech

Revision:
7:978cdd1cede8
Parent:
5:6b988a804fcb
Child:
8:d2c85894f26c
--- a/main.cpp	Mon Apr 04 18:43:54 2016 +0000
+++ b/main.cpp	Thu Jun 16 11:30:44 2016 +0000
@@ -10,7 +10,7 @@
 static uint8_t config_network_addr[] = { 0x01, 0x02, 0x03, 0x04 };
 static uint8_t config_network_nskey[] = { 0x01, 0x02, 0x03, 0x04, 0x01, 0x02, 0x03, 0x04, 0x01, 0x02, 0x03, 0x04, 0x01, 0x02, 0x03, 0x04 };
 static uint8_t config_network_dskey[] = { 0x01, 0x02, 0x03, 0x04, 0x01, 0x02, 0x03, 0x04, 0x01, 0x02, 0x03, 0x04, 0x01, 0x02, 0x03, 0x04 };
-static uint8_t config_frequency_sub_band = 1;
+static uint8_t config_frequency_sub_band = 7;
 
 int main() {
     int32_t ret;