envy / esp-knx-ip

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

add KNX_IP_DISABLE_WEBSERVER and KNX_IP_DISABLE_EEPROM #74

Open viknet365 opened 4 years ago

viknet365 commented 4 years ago

these two directive are usefull in environement where eeprom and webserver are managed by others

viknet365 commented 4 years ago

Hello @spacegaier, there are probably better way to do it, but I tried to : remove unused functions when disabling eeprom or webserver and remove line they are beeing called (this way it was easier to spot issues at compilation).