envy / esp-knx-ip

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

Eliminate compilation warning #49

Closed ascillato closed 6 years ago

ascillato commented 6 years ago

solved compilation warning:

warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]

envy commented 6 years ago

Fixed in the async-udp branch which will become master at some point.