mirror of
https://github.com/thelsing/knx.git
synced 2024-12-18 19:08:18 +01:00
9 lines
224 B
Python
9 lines
224 B
Python
|
Import("env")
|
||
|
|
||
|
board_config = env.BoardConfig()
|
||
|
board_config.update("build.hwids", [
|
||
|
# ["0x135e", "0x0024"] # Merten GmbH & Co. KG
|
||
|
# ["0x0E77", "0x2001"] # Weinzierl Engineering GmbH
|
||
|
["0x7660", "0x0002"] # KNX Assoc.
|
||
|
])
|