hi,
Here on the forum I find examples of webserver esp that with each command
the server page refreshes, I don't like this.
Searching online I came across a tutorial but as usual it is with Arduino code.
https://circuitdigest.com/microcont...266-dynamic-web-page-update-without-reloading
This tutorial example makes use of a file that is loaded with #include index.h
The file must be placed in the folder where the Arduino code of the project is located.
This example is exactly what I'm looking for.
Is this possible on B4R?
To simplify the help, I attach the 2 example files.
if you want to try you only have to enter the ssid and password of the webserver.
start it and open a web page with the IP you see on the serial terminal of arduino.
Thank you
Here on the forum I find examples of webserver esp that with each command
the server page refreshes, I don't like this.
Searching online I came across a tutorial but as usual it is with Arduino code.
https://circuitdigest.com/microcont...266-dynamic-web-page-update-without-reloading
This tutorial example makes use of a file that is loaded with #include index.h
The file must be placed in the folder where the Arduino code of the project is located.
This example is exactly what I'm looking for.
Is this possible on B4R?
To simplify the help, I attach the 2 example files.
if you want to try you only have to enter the ssid and password of the webserver.
start it and open a web page with the IP you see on the serial terminal of arduino.
Thank you