diff --git a/port/arduino/Makefile b/port/arduino/Makefile index 99ff9a1..b5dab0c 100644 --- a/port/arduino/Makefile +++ b/port/arduino/Makefile @@ -22,6 +22,7 @@ PATHS += $(addprefix ${KNXSTACK_ROOT}/platform/arduino/, ${PLATFORM_FILES}) PATHS += $(wildcard ${KNXSTACK_ROOT}/platform/arduino/*.h) PATHS += ${KNXSTACK_ROOT}/port/arduino/examples PATHS += $(addprefix ${DIR}/, ${PORT_FILES}) +PATHS += ${KNXSTACK_ROOT}/library.properties ARDUINO_LIBS=~/Documents/arduino/libraries/knx