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/inc/dot_util.h
- Revision:
- 25:56f7775c702f
- Parent:
- 21:09d05faf0e13
- Child:
- 29:9e2c0d990ace
--- a/examples/inc/dot_util.h Tue Jul 11 10:46:17 2017 -0500 +++ b/examples/inc/dot_util.h Wed Mar 14 14:38:08 2018 -0500 @@ -6,14 +6,13 @@ #include "ChannelPlans.h" #include "MTSLog.h" #include "MTSText.h" -#include "ISL29011.h" #include "example_config.h" extern mDot* dot; void display_config(); -void update_ota_config_name_phrase(std::string network_name, std::string network_passphrase, uint8_t frequency_sub_band, bool public_network, uint8_t ack); +void update_ota_config_name_phrase(std::string network_name, std::string network_passphrase, uint8_t frequency_sub_band, lora::NetworkType network_type, uint8_t ack); void update_ota_config_id_key(uint8_t *network_id, uint8_t *network_key, uint8_t frequency_sub_band, bool public_network, uint8_t ack);