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:
63:e1efbe3402d9
Parent:
21:4be85f9c7dc7
diff -r 9751a8504c82 -r e1efbe3402d9 xDotBridge/inc/RadioEvent.h
--- a/xDotBridge/inc/RadioEvent.h	Tue Mar 14 08:32:55 2017 -0600
+++ b/xDotBridge/inc/RadioEvent.h	Tue Mar 14 09:54:04 2017 -0600
@@ -68,7 +68,7 @@
 
                 // print RX data as string
                 std::string rx((const char*)info->RxBuffer, info->RxBufferSize);
-                printf("Rx data: %s\r\n", rx.c_str());
+                mtsLogInfo("Rx data: %s\r\n", rx.c_str());
             }
         }
     }