Skip to content

Commit 2d82cf8

Browse files
committed
esptooldev
1 parent 74505f0 commit 2d82cf8

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/nuttx_esp32.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,16 @@ jobs:
6262
## tar zxf apps.tar.gz --one-top-level=apps --strip-components 1
6363
## ls -a
6464
## cd nuttx
65-
ls -a
65+
## ls -a
6666
echo 'Copy tools'
6767
# Awaiting official release 4.8 !!!
6868
# https://github.com/espressif/esptool/actions/runs/9301686672
6969
# v4.8.dev4
7070
mkdir -p tools/esptool
7171
cp -fr ../tools/esptool tools
72-
ls -a tools/esptool
72+
## ls -a tools/esptool
7373
cp -f ../tools/esp32/install_tools_esp.sh install_tools_esp.sh
74-
ls -a
74+
## ls -a
7575
./install_tools_esp.sh
7676
7777
- name: Build

tools/esp32/install_tools_esp.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,7 @@ esp_tool_dev() {
103103
# v4.8.dev4
104104
if ! type esptool > /dev/null 2>&1; then
105105
cd "${NUTTXTOOLS}"
106-
ls -a
107-
ls -a esptool
108106
mv esptool esp-tool
109-
ls -a esp-tool
110107
fi
111108
command esptool version
112109
}

0 commit comments

Comments
 (0)