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:
91:8196900df6fe
Parent:
78:43f074baac34
Child:
92:1f86edb14cbe
--- a/xDotBridge/inc/SerialTermMgr.h	Sat Nov 18 22:58:20 2017 +0000
+++ b/xDotBridge/inc/SerialTermMgr.h	Sat Nov 18 18:01:43 2017 -0700
@@ -20,7 +20,8 @@
 const unsigned char MAX_TIMEOUTS = 6; // multiple by TIMEOUT above.  60 total seconds
 const uint16_t FLASH_BIN_OFFSET = 256; // Skip first flash page
 const uint16_t XMODEM_PACKET_SIZE = 128;
-//const char NEW_CODE [] = "NEWCODE0";
+const char NEW_CODE [] = "NEWCODE0";
+const char END0LINE [] = "END0LINE";
 
 enum ScreenId {
     mainScreenId,