Skip to content

Commit cc54c2c

Browse files
authored
Merge pull request #284 from thelsing/thelsing-patch-1
Update platformio-ci.ini
2 parents bfe5ffd + df12374 commit cc54c2c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

examples/knx-usb/platformio-ci.ini

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
; Please visit documentation for the other options and examples
99
; https://docs.platformio.org/page/projectconf.html
1010
[env:adafruit_feather_m0]
11-
platform = atmelsam@6.0.1
11+
platform = atmelsam
1212
board = adafruit_feather_m0
1313
framework = arduino
1414

1515
; VID must be changed to some known KNX Manufacturer
1616
; so that the KNX USB interface gets recognized by ETS
17-
extra_scripts = pre:custom_hwids.py
18-
board_build.usb_product="KNX RF - USB Interface"
17+
;extra_scripts = pre:custom_hwids.py
18+
;board_build.usb_product="KNX RF - USB Interface"
1919

2020
lib_deps =
2121
SPI

examples/knx-usb/platformio.ini

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ board_build.usb_product="KNX RF - USB Interface"
2828
lib_deps =
2929
SPI
3030
Adafruit TinyUSB [email protected]
31-
https://github.com/thelsing/FlashStorage.git
3231
knx
3332

3433
build_flags =

0 commit comments

Comments
 (0)