From 059d02147c03f5a305478ef9db04e91ea63319da Mon Sep 17 00:00:00 2001 From: Adrian Scillato <35405447+ascillato@users.noreply.github.com> Date: Sat, 7 Apr 2018 21:26:51 -0300 Subject: [PATCH] Update esp-knx-ip.h --- lib/esp-knx-ip-async-udp/esp-knx-ip.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/esp-knx-ip-async-udp/esp-knx-ip.h b/lib/esp-knx-ip-async-udp/esp-knx-ip.h index b4f9ce8d7..31b7e5e3b 100644 --- a/lib/esp-knx-ip-async-udp/esp-knx-ip.h +++ b/lib/esp-knx-ip-async-udp/esp-knx-ip.h @@ -358,7 +358,7 @@ class ESPKNXIP { ESPKNXIP(); void load(); void start(); - void start(ESP8266WebServer *srv); + void start(ESP8266WebServer *srv, bool espknxip_webpage = true); void loop(); void save_to_eeprom(); @@ -481,6 +481,7 @@ class ESPKNXIP { private: void __start(); + void __start_espknxip_webpage(); void __loop_knx(AsyncUDPPacket &packet); // Webserver functions