I want to trigger event on button click.
webpage += "Click <a href=\"/H\">here</a> Ligar a led<br>";
webpage += "Click <a href=\"/L\">here</a> Desligar a led <br>";
On ESP without Arduino I can do it using "endsWith", but I don't know how to do it with Arduino and ESP.
Does the function "esp8266.find("H")" work?