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
Revision 3:0e3e776e2862, committed 2016-10-06
- Comitter:
- mfiore
- Date:
- Thu Oct 06 18:32:32 2016 +0000
- Parent:
- 2:ffac7b141b72
- Child:
- 4:93579eb88fcd
- Commit message:
- update default credentials
Changed in this revision
--- 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;
--- a/examples/src/ota_example.cpp Thu Oct 06 16:44:19 2016 +0000 +++ b/examples/src/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;