mirror of
https://github.com/thelsing/knx.git
synced 2025-08-13 13:46:20 +02:00
save work
This commit is contained in:
parent
74f1502a90
commit
04dafba458
@ -80,8 +80,9 @@
|
|||||||
directories:
|
directories:
|
||||||
- "~/.platformio"
|
- "~/.platformio"
|
||||||
env:
|
env:
|
||||||
- PLATFORMIO_CI_SRC=examples/knx-usb
|
- PLATFORMIO_CI_SRC=examples/knx-usb/src/main.cpp
|
||||||
- PLATFORMIO_LIBDEPS_DIR=/tmp/libdeps
|
- PLATFORMIO_LIBDEPS_DIR=/tmp/libdeps
|
||||||
|
- PLATFORMIO_EXTRA_SCRIPTS=pre:examples/knx-usb/custom_hwids.py
|
||||||
install:
|
install:
|
||||||
- pip install -U platformio
|
- pip install -U platformio
|
||||||
- platformio update
|
- platformio update
|
||||||
|
@ -18,7 +18,7 @@ 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:examples/knx-usb/custom_hwids.py
|
extra_scripts = pre:custom_hwids.py
|
||||||
board_build.usb_product="KNX RF - USB Interface"
|
board_build.usb_product="KNX RF - USB Interface"
|
||||||
|
|
||||||
lib_deps =
|
lib_deps =
|
||||||
|
Loading…
Reference in New Issue
Block a user