Welcome.
I have recently become interested in the ESP32 board. I installed the board in the Arduino IDE, downloaded the libraries and in order to learn the principle of operation (how to program it) I looked for a sample program on the internet. I found one like this :
.
(I have slightly modified the original)
I would like to know if there is any possibility, using this library, to redirect a given customer to another subpage? That is, after clicking on the redirect button on "/LED", wait for e.g. 10 seconds and then redirect it back to "/" (i.e. the start page).
The second question is how do I use the microcontroller to read the data entered into the frame on the page?
Is it possible to use CSS? If so, in what way?
Maybe there is a way to send all the HTML code at once, rather than line by line? It would make writing the page much easier.
I have recently become interested in the ESP32 board. I installed the board in the Arduino IDE, downloaded the libraries and in order to learn the principle of operation (how to program it) I looked for a sample program on the internet. I found one like this :
Code: C / C++
(I have slightly modified the original)
I would like to know if there is any possibility, using this library, to redirect a given customer to another subpage? That is, after clicking on the redirect button on "/LED", wait for e.g. 10 seconds and then redirect it back to "/" (i.e. the start page).
The second question is how do I use the microcontroller to read the data entered into the frame on the page?
Is it possible to use CSS? If so, in what way?
Maybe there is a way to send all the HTML code at once, rather than line by line? It would make writing the page much easier.