mirror of
https://github.com/thelsing/knx.git
synced 2025-08-26 13:51:28 +02:00
save work
This commit is contained in:
parent
fb581c10a7
commit
3d862ffea1
@ -89,6 +89,8 @@
|
|||||||
- pip install -U platformio
|
- pip install -U platformio
|
||||||
- platformio update
|
- platformio update
|
||||||
script:
|
script:
|
||||||
|
- mkdir -p examples/knx-usb/lib
|
||||||
|
- cp -rv src/* examples/knx-usb/lib/
|
||||||
- mkdir -p /tmp/scripts
|
- mkdir -p /tmp/scripts
|
||||||
- cp examples/knx-usb/custom_hwids.py /tmp/scripts
|
- cp examples/knx-usb/custom_hwids.py /tmp/scripts
|
||||||
- platformio settings set force_verbose yes
|
- platformio settings set force_verbose yes
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
; Please visit documentation for the other options and examples
|
; Please visit documentation for the other options and examples
|
||||||
; https://docs.platformio.org/page/projectconf.html
|
; https://docs.platformio.org/page/projectconf.html
|
||||||
[platformio]
|
[platformio]
|
||||||
libdeps_dir = ../../../../libdeps
|
libdeps_dir = /tmp/libdeps
|
||||||
|
|
||||||
[env:adafruit_feather_m0]
|
[env:adafruit_feather_m0]
|
||||||
platform = atmelsam
|
platform = atmelsam
|
||||||
|
Loading…
Reference in New Issue
Block a user