File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed
Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 2121 key : ${{ runner.os }}-pio
2222 - uses : actions/setup-python@v5
2323 with :
24- python-version : ' 3.11 '
24+ python-version : ' 3.13 '
2525 - name : Install PlatformIO Core
2626 run : pip install --upgrade platformio
2727
6161 name : Generic-ESP32-S3 Firmware binaries
6262 path : .pio/build/Generic-ESP32-S3/*.bin
6363
64- - name : Remove PlatformIO Cache
65- run : pio settings set enable_cache no
66- - name : Clear build directory
67- run : rm -rf .pio
68- - name : Upgrade PlatformIO toolchain
69- run : pio platform update
70- - name : Build PlatformIO Project Waveshare-RP2040-GEEK
71- run : pio run --environment Waveshare-RP2040-GEEK
72-
7364 - name : Build PlatformIO Project Waveshare-RP2040-GEEK
7465 run : pio run --environment Waveshare-RP2040-GEEK
7566
Original file line number Diff line number Diff line change @@ -93,9 +93,9 @@ build_flags =
9393 -D CONFIG_ASYNC_TCP_MAX_ACK_TIME =3000
9494lib_deps =
9595 ${core.lib_deps_core}
96- https://github.com/ESP32Async /AsyncTCPSock/archive/refs/tags/v1.0.3-dev.zip
96+ https://github.com/mathieucarbou /AsyncTCPSock/archive/refs/tags/v1.0.3-dev.zip
9797 https://github.com/i-am-shodan/Adafruit_TinyUSB_Arduino# migrateTo334
98- ESPAsyncWebServer =ESP32Async /ESPAsyncWebServer
98+ ESPAsyncWebServer =https://github.com/i-am-shodan /ESPAsyncWebServer
9999 ayushsharma82/ElegantOTA@3.1.0
100100
101101[core-esp32-s3]
You can’t perform that action at this time.
0 commit comments