mirror of
https://github.com/thelsing/knx.git
synced 2024-12-18 19:08:18 +01:00
Merge pull request #20 from OpenKNX/openknx/fix/pipeline_knxusb
This commit is contained in:
commit
9ab6b6c51a
@ -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