envy / esp-knx-ip

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

Change name for registered callback id #64

Closed zbikmarc closed 5 years ago

zbikmarc commented 5 years ago

This PR changes name of created callback_id_t entities which fixes compilation problem caused by name collision between callback_id_t entities and callback function names.

Fixes #63

Disclaimer: Currently I can not check if callback functions work correctly with this change.