envy / esp-knx-ip

A KNX/IP library for the ESP8266 with Arduino
MIT License
135 stars 49 forks source link

Change defaults on esp-knx-ip.h #48

Closed ascillato closed 6 years ago

ascillato commented 6 years ago

For compatibility with Scenes (that in some configurations uses several Group Addresses) ALLOW_MULTIPLE_CALLBACKS_PER_ADDRESS should be 1.

As this library is being used in other projects, ESP_KNX_DEBUG should be commented.