Merge pull request #20 from OpenKNX/openknx/fix/pipeline_knxusb

This commit is contained in:
Marco Scholl 2024-01-31 07:13:55 +01:00 committed by GitHub
commit 9ab6b6c51a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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 =