
FF1705 support added
Dependencies: libxDot-dev-mbed5-deprecated ISL29011
Fork of Dot-Examples by
Dot-Examples rev. 31:7ec180e84cb6 have been tested with xdot-library 3.0.0-19-gb6c0ba2 and mbed-os-5.6.2
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;