There was an error while loading. Please reload this page.
First you need to create a new project with platformio. Select your board and after creation open the platformio.ini. Here add the following lines:
platformio.ini
board_build.core = earlephilhower lib_ldf_mode = deep+ lib_deps = https://github.com/thelsing/knx build_flags = -DPIO_FRAMEWORK_ARDUINO_ENABLE_RTTI -DLWIP_DONT_PROVIDE_BYTEORDER_FUNCTIONS -DMASK_VERSION=0x07B0
Read more about the Flags here.
In the platformio.ini you have to set a Mask Version (Only if you don't define KNX_NO_AUTOMATIC_GLOBAL_INSTANCE).
KNX_NO_AUTOMATIC_GLOBAL_INSTANCE