Im looking for some guidance - perhaps some links to tutorials.
My new project has a lot of variables that can be set. Im using a display and a rotary encoderfor this, and It just works fine.
Now I want to include a mode with the ESP as a AP, and a homepage that hosts the same data in a table. I want the table to be editable, so the data can be changed via a browser, and submitted to the ESP.
How can I make this? We are talking about a 15 x 15 matrix of integers and some string values
I cannot really find any good and understandable way of doing this.
Any link to guides or tutorials is highly appreciated.
In short: How does one make a way to host a homepage with a table, and transfer altered data back to the ESP8622. (does this make sense)
Peter