Merge branch 'master' into platformio_dependabot/ArduinoJson/6.21.3

pull/313/head
Peter Buchegger 2023-08-01 08:13:21 +02:00 zatwierdzone przez GitHub
commit 458eb5f43d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 7 dodań i 26 usunięć

Wyświetl plik

@ -102,30 +102,11 @@ jobs:
hw_testing: hw_testing:
name: Hardware Testing name: Hardware Testing
strategy: runs-on: ubuntu-latest
matrix:
usb_port: [ttyUSB0]
runs-on: [self-hosted, "${{ matrix.usb_port }}"]
steps: steps:
- uses: actions/cache@v3 - uses: convictional/trigger-workflow-and-wait@v1.6.1
with: with:
path: | owner: peterus
~/.cache/pip repo: ESP-Boards
~/.platformio/.cache github_token: ${{ secrets.PAT }}
key: hw-cache workflow_file_name: lora_aprs_igate.yml
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install PlatformIO
shell: bash
run: |
python -m pip install --upgrade pip
pip install --upgrade platformio
- name: Checkout code
uses: actions/checkout@v3
- name: List Devices
run: pio device list
- name: PlatformIO Test
if: always()
run: flock -w 600 --verbose /locks/pio-${{ matrix.usb_port }} -c "pio test -vvv --upload-port /dev/${{ matrix.usb_port }} --test-port /dev/${{ matrix.usb_port }}"

Wyświetl plik

@ -2,7 +2,7 @@
default_envs = lora_board default_envs = lora_board
[env] [env]
platform = espressif32 @ 6.3.1 platform = espressif32 @ 6.3.2
framework = arduino framework = arduino
lib_ldf_mode = deep+ lib_ldf_mode = deep+
monitor_speed = 115200 monitor_speed = 115200