Skip to content

Commit

Permalink
fix build pipeline errors
Browse files Browse the repository at this point in the history
custom_hwids.py was never executed in the ci pipeline, but the missing script was just a warning. With Plattform I/O Core 6.1.11 missing scripts are errors, so the pipeline fails.
  • Loading branch information
Ing-Dom authored and cornelius-koepp committed Feb 25, 2024
1 parent 57b5b05 commit a8aa41c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions examples/knx-usb/platformio-ci.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +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
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
2 changes: 1 addition & 1 deletion examples/knx-usb/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ board_build.usb_product="KNX RF - USB Interface"
lib_deps =
SPI
Adafruit TinyUSB Library@0.7.1
https://github.com/thelsing/FlashStorage.git
;https://github.com/thelsing/FlashStorage.git
knx

build_flags =
Expand Down

0 comments on commit a8aa41c

Please sign in to comment.