envy / esp-knx-ip

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

Update environment-sensor.ino #30

Closed ascillato closed 6 years ago

ascillato commented 6 years ago

Updated KNX callbacks to be same name as on the library: knx.answer1Bit to knx.answer_1bit, etc

ascillato commented 6 years ago

This change is just to update the example as the new names on the library and make it work again.

Please, review it.

Thanks!