mirror of
https://github.com/thelsing/knx.git
synced 2025-01-30 00:19:01 +01:00
fix build pipeline errors
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.
This commit is contained in:
parent
1f426e9203
commit
defffbd573
@ -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
|
||||
|
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user