File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ the following steps.
19
19
2 . Your codespace is created. Cloning the image and the repo is quite fast,
20
20
but preparing it for CircuitPython-development takes about 10 minutes.
21
21
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).
23
23
(Technical note: due to a bug in codespace creation, the setup is
24
24
triggered from ` $HOME/.bashrc ` and runs in the background).
25
25
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ echo -e "[esp-idf-toolchain.sh] starting install"
13
13
14
14
echo -e " [esp-idf-toolchain.sh] fetch packages"
15
15
sudo 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
17
17
18
18
# --- esp-idf --------------------------------------------------------------
19
19
You can’t perform that action at this time.
0 commit comments