wotio library demonstrating LoRaWAN connectivity using MultiTech mDot & MultiTech Conduit Gateway
Dependencies: libmDot mbed-rtos mbed
Revision 3:689fbc447181, committed 2015-11-09
- Comitter:
- tuddman
- Date:
- Mon Nov 09 23:33:43 2015 +0000
- Parent:
- 2:8cf7270307e5
- Commit message:
- initial commit of wotio lora connector
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 8cf7270307e5 -r 689fbc447181 main.cpp --- a/main.cpp Mon Nov 09 23:30:49 2015 +0000 +++ b/main.cpp Mon Nov 09 23:33:43 2015 +0000 @@ -8,7 +8,7 @@ // these options must match the settings on your Conduit // uncomment the following lines and edit their values to match your configuration static std::string config_network_name = "wotioloranetwork"; -static std::string config_network_pass = "iotandbigdata"; +static std::string config_network_pass = "<INSERT_PASSPHRASE>"; static uint8_t config_frequency_sub_band = 7;