Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Ing-Dom committed Jan 29, 2024
1 parent 1df2516 commit 50521ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/platform-io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python -m pip install --upgrade pip
pip install platformio
- name: Build knx-usb
run: platformio ci --lib="." --project-conf=examples/knx-usb/platformio-ci.ini examples/knx-usb/src/main.cpp
run: platformio ci --lib="." --project-conf=examples/knx-usb/platformio-ci.ini examples/knx-usb/src/main.cpp
- name: debug
run: |
ls -l
Expand Down
6 changes: 3 additions & 3 deletions examples/knx-usb/platformio-ci.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ framework = arduino

; VID must be changed to some known KNX Manufacturer
; so that the KNX USB interface gets recognized by ETS
extra_scripts = pre:custom_hwids.py
must_exist=False
board_build.usb_product="KNX RF - USB Interface"
; not possible within ci
;extra_scripts = pre:custom_hwids.py
;board_build.usb_product="KNX RF - USB Interface"

lib_deps =
SPI
Expand Down
11 changes: 0 additions & 11 deletions examples/knx-usb/shared/custom_hwids.py

This file was deleted.

0 comments on commit 50521ed

Please sign in to comment.