A simple LoRaWAN temperature sensor based on Multitech mDot module.

Dependencies:   DS1820 libmDot mbed-rtos mbed

Revision:
7:62174a8286a2
Parent:
6:9b53147a345f
--- a/main.cpp	Tue Mar 01 23:14:23 2016 +0000
+++ b/main.cpp	Tue Mar 01 23:15:43 2016 +0000
@@ -29,8 +29,8 @@
 
 // these options must match the settings on your Conduit in
 // /var/config/lora/lora-network-server.conf
-static std::string config_network_name = "ThingInnovations";
-static std::string config_network_pass = "donkey123";
+static std::string config_network_name = "xxx";
+static std::string config_network_pass = "xxx";
 
 // Ignoring sub band for EU modules.
 //static uint8_t config_frequency_sub_band = 1;