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:
19:75b28b4117cc
Parent:
17:d4f82e16de5f
--- a/examples/src/peer_to_peer_example.cpp	Fri Nov 18 15:45:32 2016 +0000
+++ b/examples/src/peer_to_peer_example.cpp	Thu Dec 29 22:41:23 2016 +0000
@@ -21,7 +21,7 @@
 /////////////////////////////////////////////////////////////
 static uint8_t network_address[] = { 0x01, 0x02, 0x03, 0x04 };
 static uint8_t network_session_key[] = { 0x01, 0x02, 0x03, 0x04, 0x01, 0x02, 0x03, 0x04, 0x01, 0x02, 0x03, 0x04, 0x01, 0x02, 0x03, 0x04 };
-static uint8_t data_session_key[] = { 0x01, 0x02, 0x03, 0x04, 0x01, 0x02, 0x03, 0x04, 0x01, 0x02, 0x03, 0x04, 0x01, 0x02, 0x03, 0x04 };
+static uint8_t data_session_key[] =    { 0x01, 0x02, 0x03, 0x04, 0x01, 0x02, 0x03, 0x04, 0x01, 0x02, 0x03, 0x04, 0x01, 0x02, 0x03, 0x04 };
 
 mDot* dot = NULL;