initial version / sends time + 012345689
Dependencies: libmDot mbed-rtos mbed
Fork of wotiolora by
Revision 3:689fbc447181, committed 2015-11-09
- Comitter:
- tuddman
- Date:
- Mon Nov 09 23:33:43 2015 +0000
- Parent:
- 2:8cf7270307e5
- Child:
- 4:e38ff62eb19e
- 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 |
--- 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;
