in the attached sketch a WebServer is provided where clients can connect to and setup commands.
So far so good.
At every 300 ms status of buttons should be checked doing by a timer interrupt routine (named checkKeys).
Key changes have to be reported to a different WebServer addressed with IP and Port=8080.
At the function "send_button" a reset is fired at the point where the connection to the webServer should be done.
What do I wrong here? Any help is highly welcome.
KurtB