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
|
; VID must be changed to some known KNX Manufacturer
|
||||||
; so that the KNX USB interface gets recognized by ETS
|
; so that the KNX USB interface gets recognized by ETS
|
||||||
extra_scripts = pre:custom_hwids.py
|
; not possible within ci
|
||||||
board_build.usb_product="KNX RF - USB Interface"
|
;extra_scripts = pre:custom_hwids.py
|
||||||
|
;board_build.usb_product="KNX RF - USB Interface"
|
||||||
|
|
||||||
lib_deps =
|
lib_deps =
|
||||||
SPI
|
SPI
|
||||||
|
@ -28,7 +28,7 @@ board_build.usb_product="KNX RF - USB Interface"
|
|||||||
lib_deps =
|
lib_deps =
|
||||||
SPI
|
SPI
|
||||||
Adafruit TinyUSB Library@0.7.1
|
Adafruit TinyUSB Library@0.7.1
|
||||||
https://github.com/thelsing/FlashStorage.git
|
;https://github.com/thelsing/FlashStorage.git
|
||||||
knx
|
knx
|
||||||
|
|
||||||
build_flags =
|
build_flags =
|
||||||
|
Loading…
Reference in New Issue
Block a user