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:
47:a68747642a7a
Parent:
44:ece6330e9b57
Child:
53:a1563574a980
--- a/xDotBridge/inc/CommProtocolPeerBrute.h	Thu Feb 02 22:51:59 2017 +0000
+++ b/xDotBridge/inc/CommProtocolPeerBrute.h	Fri Feb 10 07:41:16 2017 -0700
@@ -11,7 +11,6 @@
 #include "mDot.h"
 
 // TODO make base class to allow different protocols to be used with easy
-// TODO define how multiple RX would pair with a single TX
 // TODO wrap radio commands for error checking
 
 // TODO change to const
@@ -59,7 +58,7 @@
     CommProtocolPeerBrute();
 
     /**
-     * @brief Initialize radio for chosen mode of operation (i.e. RX or TX)
+     * @brief Initialize radio with stored network network settings
      *
      * @return Returns the result of all the commands
      */