We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a90c333 commit dede53aCopy full SHA for dede53a
.github/workflows/DBTFT-pio-build.yml
@@ -23,7 +23,7 @@ jobs:
23
pip install --upgrade platformio
24
25
- name: Run esptoolpy
26
- run: pio pkg exec --package "platformio/tool-esptoolpy@~1.40501.0" -- esptool.py version
+ run: pio pkg exec --package "platformio/tool-esptoolpy@~1.40501.0" -- esptool.py version
27
28
- name: Build PlatformIO Project D1
29
run: pio ci -c ./examples/DBTFT/platformio.ini -e d1_mini --build-dir /tmp/pio-build --keep-build-dir ./examples/DBTFT/src
0 commit comments