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 4b1c449 commit b2a4b69Copy full SHA for b2a4b69
.github/workflows/platformio.yml
@@ -44,7 +44,8 @@ jobs:
44
mkdir -p tests/test_https
45
cp examples/HTTP/HTTP.ino tests/test_http/main.cpp
46
cp examples/HTTP/HTTPS.ino tests/test_https/main.cpp
47
- # pio lib install --no-save file://$(realpath ./)
+ # globally install the esp32FOTA library from local folder, don't update the platformio.ini
48
+ pio lib install --no-save file://$(realpath ./)
49
pio run
50
51
lint:
0 commit comments