A simple LoRaWAN temperature sensor based on Multitech mDot module.
Dependencies: DS1820 libmDot mbed-rtos mbed
Revision 7:62174a8286a2, committed 2016-03-01
- Comitter:
- SomeRandomBloke
- Date:
- Tue Mar 01 23:15:43 2016 +0000
- Parent:
- 6:9b53147a345f
- Commit message:
- update
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 9b53147a345f -r 62174a8286a2 main.cpp --- 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;