
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
Diff: examples/inc/dot_util.h
- Revision:
- 5:97ed5f2f099e
- Parent:
- 0:a151a6350d7f
- Child:
- 7:724cb82a113e
--- a/examples/inc/dot_util.h Thu Oct 06 22:12:21 2016 +0000 +++ b/examples/inc/dot_util.h Fri Oct 07 10:38:54 2016 -0500 @@ -12,7 +12,9 @@ void display_config(); -void update_ota_config(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, bool public_network, 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); void join_network();