Skip to content

Commit

Permalink
Merge pull request #284 from thelsing/thelsing-patch-1
Browse files Browse the repository at this point in the history
Update platformio-ci.ini
  • Loading branch information
thelsing authored Jul 21, 2024
2 parents bfe5ffd + df12374 commit cc54c2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions examples/knx-usb/platformio-ci.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:adafruit_feather_m0]
platform = atmelsam@6.0.1
platform = atmelsam
board = adafruit_feather_m0
framework = arduino

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

lib_deps =
SPI
Expand Down
1 change: 0 additions & 1 deletion examples/knx-usb/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ board_build.usb_product="KNX RF - USB Interface"
lib_deps =
SPI
Adafruit TinyUSB [email protected]
https://github.com/thelsing/FlashStorage.git
knx

build_flags =
Expand Down

0 comments on commit cc54c2c

Please sign in to comment.