Skip to content

Commit

Permalink
Merge pull request #10 from puzrin/v2
Browse files Browse the repository at this point in the history
/test => /dev
  • Loading branch information
manuelbl authored Mar 27, 2024
2 parents 0fe6ef5 + e06fe15 commit 35cb995
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pio-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:

- name: Build ProtocolAnalyzer
run: pio run
working-directory: ./test/ProtocolAnalyzer
working-directory: ./dev/ProtocolAnalyzer

- name: Build ListCapabilities
run: pio run
working-directory: ./test/ListCapabilities
working-directory: ./dev/ListCapabilities

- name: Build VoltageChange
run: pio run
working-directory: ./test/VoltageChange
working-directory: ./dev/VoltageChange
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 35cb995

Please sign in to comment.