Skip to content

Commit

Permalink
Merge branch 'master' into platformio_dependabot/ESP-FTP-Server-Lib/0…
Browse files Browse the repository at this point in the history
….14.0
  • Loading branch information
peterus committed Aug 1, 2023
2 parents 84973f7 + 2d8399b commit b372c0c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 26 deletions.
31 changes: 6 additions & 25 deletions .github/workflows/build_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,30 +102,11 @@ jobs:

hw_testing:
name: Hardware Testing
strategy:
matrix:
usb_port: [ttyUSB0]
runs-on: [self-hosted, "${{ matrix.usb_port }}"]
runs-on: ubuntu-latest
steps:
- uses: actions/cache@v3
with:
path: |
~/.cache/pip
~/.platformio/.cache
key: hw-cache
- uses: actions/setup-python@v4
- uses: convictional/trigger-workflow-and-wait@v1.6.1
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 }}"

owner: peterus
repo: ESP-Boards
github_token: ${{ secrets.PAT }}
workflow_file_name: lora_aprs_igate.yml
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
default_envs = lora_board

[env]
platform = espressif32 @ 6.3.1
platform = espressif32 @ 6.3.2
framework = arduino
lib_ldf_mode = deep+
monitor_speed = 115200
Expand Down

0 comments on commit b372c0c

Please sign in to comment.