Merge branch 'master' into remove_board_finder

This commit is contained in:
Peter Buchegger 2024-05-25 22:29:08 +02:00
commit f86bee942c
3 changed files with 4 additions and 16 deletions

View file

@ -91,15 +91,3 @@ jobs:
with: with:
name: Cppcheck Report name: Cppcheck Report
path: output 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

View file

@ -1,7 +1,7 @@
; Common settings for ESP targes, mixin with extends = esp32_base ; Common settings for ESP targes, mixin with extends = esp32_base
[esp32_base] [esp32_base]
extends = arduino_base extends = arduino_base
platform = platformio/espressif32 @ 6.3.2 platform = platformio/espressif32 @ 6.7.0
build_src_filter = build_src_filter =
${arduino_base.build_src_filter} ${arduino_base.build_src_filter}

View file

@ -51,15 +51,15 @@ build_flags =
monitor_speed = 115200 monitor_speed = 115200
lib_deps = lib_deps =
bblanchon/ArduinoJson @ 6.21.4 bblanchon/ArduinoJson @ 7.0.4
lewisxhe/XPowersLib @ 0.1.8 lewisxhe/XPowersLib @ 0.1.8
peterus/APRS-Decoder-Lib @ 0.0.6 peterus/APRS-Decoder-Lib @ 0.0.6
peterus/esp-logger @ 1.0.0 peterus/esp-logger @ 1.0.0
peterus/ESP-FTP-Server-Lib @ 0.14.1 peterus/ESP-FTP-Server-Lib @ 0.14.1
knolleary/PubSubClient@^2.8 knolleary/PubSubClient@^2.8
mikalhart/TinyGPSPlus @ 1.0.3 mikalhart/TinyGPSPlus @ 1.1.0
shaggydog/OneButton @ 1.5.0 shaggydog/OneButton @ 1.5.0
jgromes/RadioLib @ 6.3.0 jgromes/RadioLib @ 6.5.0
check_tool = cppcheck check_tool = cppcheck
check_skip_packages = yes check_skip_packages = yes