summaryrefslogtreecommitdiff
path: root/sensor/README.rst.txt
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2019-02-22 12:58:38 +0000
committerdakkar <dakkar@thenautilus.net>2019-02-22 12:58:38 +0000
commitcdd3cb54858f939958093dff3fe46252b9f67c5d (patch)
tree1241aadc94e7739c86f206e42ad4ac5e90b66704 /sensor/README.rst.txt
parentnew devices are a different board, prepare (diff)
downloadthermostat-cdd3cb54858f939958093dff3fe46252b9f67c5d.tar.gz
thermostat-cdd3cb54858f939958093dff3fe46252b9f67c5d.tar.bz2
thermostat-cdd3cb54858f939958093dff3fe46252b9f67c5d.zip
document how to upgrade the dev env
Diffstat (limited to 'sensor/README.rst.txt')
-rw-r--r--sensor/README.rst.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/sensor/README.rst.txt b/sensor/README.rst.txt
index 1ca8b47..2ed0294 100644
--- a/sensor/README.rst.txt
+++ b/sensor/README.rst.txt
@@ -35,3 +35,16 @@ Some links:
NOTE: the ``patchedBLE`` subtree comes from
https://github.com/nkolban/ESP32_BLE_Arduino.git
+
+Upgrading my environment::
+
+ cd ~/src/makeEspArduino
+ git pull
+
+ cd ~/HW/arduino-esp32
+ git pull --recurse-submodules
+
+ cd ~/HW/thermostat/
+ git subtree pull --prefix=sensor/patchedBLE/ \
+ https://github.com/nkolban/ESP32_BLE_Arduino.git master
+