I want to update a stored number on my ESP32 board(AP) by entering the number in a text field on a browser and pressing a button to update.
I am unfamiliar with html/javascript, so I tried to follow the examples provided online. Most of them work by sending the change in state as a different URL to the server which already knows which URLS to look for, but I want to send a number that could be any number within a range.
There was one example that showed how to do this but it used the WIFI.h library and for some reason I keep getting compile errors when using it.
Please help me understand how to do this, or point me towards an example program that does.
Thanks for your help.