Fork to see if I can get working

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

Fork of xDotBridge_update_test20180823 by Matt Briggs

Files at this revision

API Documentation at this revision

Comitter:
mbriggs_vortex
Date:
Sat Nov 18 22:58:20 2017 +0000
Parent:
89:edfe5d376e55
Child:
91:8196900df6fe
Commit message:
Fixed version number

Changed in this revision

xDotBridge/src/main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/xDotBridge/src/main.cpp	Sat Nov 18 15:50:10 2017 -0700
+++ b/xDotBridge/src/main.cpp	Sat Nov 18 22:58:20 2017 +0000
@@ -19,7 +19,7 @@
 
 #define RX_SEQ_LOG 1
 
-const float BridgeVersion = 1.01;
+const float BridgeVersion = 1.02; // Bumped 2017/11/18
 
 // 232 Pins
 const PinName SER_TERM_TX = UART_TX;