Skip to content

Commit 12d48eb

Browse files
committed
Revert "Update platformio.ini to libs that have moved"
This reverts commit 400abfb.
1 parent 400abfb commit 12d48eb

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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

@@ -61,15 +61,6 @@ jobs:
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

platformio.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ build_flags =
9393
-D CONFIG_ASYNC_TCP_MAX_ACK_TIME=3000
9494
lib_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]

0 commit comments

Comments
 (0)