Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: libmDot-mbed5 ISL29011
Diff: examples/src/auto_ota_example.cpp
- Revision:
- 3:0e3e776e2862
- Parent:
- 2:ffac7b141b72
- Child:
- 5:97ed5f2f099e
--- a/examples/src/auto_ota_example.cpp Thu Oct 06 16:44:19 2016 +0000 +++ b/examples/src/auto_ota_example.cpp Thu Oct 06 18:32:32 2016 +0000 @@ -7,9 +7,9 @@ // edit their values to match your configuration // // frequency sub band is only relevant for the 915 bands // /////////////////////////////////////////////////////////// -static std::string network_name = "mikes_lora_network"; -static std::string network_passphrase = "password_123"; -static uint8_t frequency_sub_band = 6; +static std::string network_name = "MultiTech"; +static std::string network_passphrase = "MultiTech"; +static uint8_t frequency_sub_band = 0; static bool public_network = false; static uint8_t ack = 1;