From 1f9986da85c18daadd7ece5ba47ff3ea86cda6be Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Thu, 3 Mar 2016 00:54:32 +0100 Subject: [PATCH] Add link to play with gpio 2 On root page add html link to play with gpio 2 --- WiFiAccessPointConfigurator/WiFiAccessPointConfigurator.ino | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/WiFiAccessPointConfigurator/WiFiAccessPointConfigurator.ino b/WiFiAccessPointConfigurator/WiFiAccessPointConfigurator.ino index fe60d76..4e1ebac 100644 --- a/WiFiAccessPointConfigurator/WiFiAccessPointConfigurator.ino +++ b/WiFiAccessPointConfigurator/WiFiAccessPointConfigurator.ino @@ -25,7 +25,11 @@ ESP8266WebServer server(80); * connected to this access point to see it. */ void handleRoot() { - server.send(200, "text/html", "

You are connected


Setup"); + server.send(200, "text/html", "

You are connected


" + "Setup
" + "ON
" + "OFF
" + ); } void handleSetup() {