save work

This commit is contained in:
nanosonde 2019-12-15 16:27:36 +01:00
parent 74f1502a90
commit 04dafba458
2 changed files with 3 additions and 2 deletions

View File

@ -80,8 +80,9 @@
directories:
- "~/.platformio"
env:
- PLATFORMIO_CI_SRC=examples/knx-usb
- PLATFORMIO_CI_SRC=examples/knx-usb/src/main.cpp
- PLATFORMIO_LIBDEPS_DIR=/tmp/libdeps
- PLATFORMIO_EXTRA_SCRIPTS=pre:examples/knx-usb/custom_hwids.py
install:
- pip install -U platformio
- platformio update

View File

@ -18,7 +18,7 @@ framework = arduino
; VID must be changed to some known KNX Manufacturer
; 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"
lib_deps =