diff --git a/.github/workflows/build_check.yml b/.github/workflows/build_check.yml index 5f4b12f..85fca07 100644 --- a/.github/workflows/build_check.yml +++ b/.github/workflows/build_check.yml @@ -91,15 +91,3 @@ jobs: with: name: Cppcheck Report path: output - -# hw_testing: -# name: Hardware Testing -# runs-on: ubuntu-latest -# steps: -# - uses: convictional/trigger-workflow-and-wait@v1.6.5 -# with: -# owner: peterus -# repo: ESP-Boards -# github_token: ${{ secrets.PAT }} -# workflow_file_name: lora_aprs_igate.yml -# github_user: peterus diff --git a/arch/esp32/esp32.ini b/arch/esp32/esp32.ini index efae249..c0b0f13 100644 --- a/arch/esp32/esp32.ini +++ b/arch/esp32/esp32.ini @@ -1,7 +1,7 @@ ; Common settings for ESP targes, mixin with extends = esp32_base [esp32_base] extends = arduino_base -platform = platformio/espressif32 @ 6.3.2 +platform = platformio/espressif32 @ 6.7.0 build_src_filter = ${arduino_base.build_src_filter} diff --git a/platformio.ini b/platformio.ini index 4ab0bed..aa93901 100644 --- a/platformio.ini +++ b/platformio.ini @@ -51,15 +51,15 @@ build_flags = monitor_speed = 115200 lib_deps = - bblanchon/ArduinoJson @ 6.21.4 + bblanchon/ArduinoJson @ 7.0.4 lewisxhe/XPowersLib @ 0.1.8 peterus/APRS-Decoder-Lib @ 0.0.6 peterus/esp-logger @ 1.0.0 peterus/ESP-FTP-Server-Lib @ 0.14.1 knolleary/PubSubClient@^2.8 - mikalhart/TinyGPSPlus @ 1.0.3 + mikalhart/TinyGPSPlus @ 1.1.0 shaggydog/OneButton @ 1.5.0 - jgromes/RadioLib @ 6.3.0 + jgromes/RadioLib @ 6.5.0 check_tool = cppcheck check_skip_packages = yes