envy / esp-knx-ip

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

Add a prefix for the webserver API #7

Closed envy closed 6 years ago

envy commented 6 years ago

Currently we instanciate a webserver and only use it ourselves. It is possible to specify an already existing webserver object in start() but this still clobbers the root. We need a customizable prefix so that our endpoints are not in the root.