Fork to see if I can get working

Dependencies:   BufferedSerial OneWire WinbondSPIFlash libxDot-dev-mbed5-deprecated

Fork of xDotBridge_update_test20180823 by Matt Briggs

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();