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:
8:e667f4a507b1
Parent:
7:724cb82a113e
Child:
12:ec9768677cea
diff -r 724cb82a113e -r e667f4a507b1 examples/inc/dot_util.h
--- a/examples/inc/dot_util.h	Fri Oct 07 12:45:23 2016 -0500
+++ b/examples/inc/dot_util.h	Fri Oct 07 15:31:03 2016 -0500
@@ -16,6 +16,8 @@
 
 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 update_manual_config(uint8_t *network_address, uint8_t *network_session_key, uint8_t *data_session_key, uint8_t frequency_sub_band, bool public_network, uint8_t ack);
+
 void join_network();
 
 void sleep_wake_rtc_only(bool deepsleep);