summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
+