Skip to content

Commit

Permalink
Updates for arduino-esp32 v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulZC committed Jun 5, 2024
1 parent 94b188e commit 555e137
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 368 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/non-release-build_v3.0.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
FIRMWARE_VERSION_MINOR: 99
POINTPERFECT_LBAND_TOKEN: ${{ secrets.POINTPERFECT_LBAND_TOKEN }}
POINTPERFECT_IP_TOKEN: ${{ secrets.POINTPERFECT_IP_TOKEN }}
CORE_VERSION: 3.0.0
CORE_VERSION: 3.0.1

jobs:
build:
Expand Down Expand Up @@ -64,18 +64,8 @@ jobs:
- name: Update library index
run: arduino-cli lib update-index

# We need v3.0.1-rc1 to fix the WiFiMulti.run timeout issue - but it is not yet available
#- name: Install platform
# run: arduino-cli core install esp32:esp32@${{ env.CORE_VERSION }}

# So, right now, we need to use v3.0.0 and patch it
- name: Install platform
run: arduino-cli core install esp32:[email protected]
- name: Patch v3.0.0
run: |
cd Firmware/RTK_Everywhere/Patch/
cp WiFiScan.h /home/runner/.arduino15/packages/esp32/hardware/esp32/3.0.0/libraries/WiFi/src/WiFiScan.h
cp WiFiScan.cpp /home/runner/.arduino15/packages/esp32/hardware/esp32/3.0.0/libraries/WiFi/src/WiFiScan.cpp
run: arduino-cli core install esp32:esp32@${{ env.CORE_VERSION }}

- name: Get Known Libraries
run: arduino-cli lib install
Expand Down
280 changes: 0 additions & 280 deletions Firmware/RTK_Everywhere/Patch/WiFiScan.cpp

This file was deleted.

71 changes: 0 additions & 71 deletions Firmware/RTK_Everywhere/Patch/WiFiScan.h

This file was deleted.

Loading

0 comments on commit 555e137

Please sign in to comment.