File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ the following steps.
1919 2 . Your codespace is created. Cloning the image and the repo is quite fast,
2020 but preparing it for CircuitPython-development takes about 10 minutes.
2121 But this is a one-time task: once created, your codespace exists
22- until you explicitly delete it or until it times out (default: 30 days).
22+ until you explicitly delete it or until it times out (default: 30 days).
2323 (Technical note: due to a bug in codespace creation, the setup is
2424 triggered from ` $HOME/.bashrc ` and runs in the background).
2525
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ echo -e "[esp-idf-toolchain.sh] starting install"
1313
1414echo -e " [esp-idf-toolchain.sh] fetch packages"
1515sudo apt-get update
16- sudo apt-get -y install ninja-build cmake libusb-1.0-0
16+ sudo apt-get -y install ninja-build cmake libusb-1.0-0
1717
1818# --- esp-idf --------------------------------------------------------------
1919
You can’t perform that action at this time.
0 commit comments