diff options
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -8,6 +8,9 @@ Check out the BLE library from Nordic under $SKETCHBOOK/libraries: cd ~/sketchbook/libraries git clone https://github.com/NordicSemiconductor/ble-sdk-arduino BLE -I've mainly used this git revision of the SDK to build: `a5c325c329e134fa26fc6d0e3fe484b1a9488567`. +I've mainly used revision `a5c325c329e134fa26fc6d0e3fe484b1a9488567` to build. + cd ~/sketchbook/hardware + git clone https://github.com/RedBearLab/Blend +I've mainly used revision `09c7d3e702aa5899de80412a707a44dfcd616a89` to build. |