|
@@ -81,7 +81,7 @@ PROGMEM const char* serverIndex =
|
|
|
"Because the lack of an asynchronous webserver in this Arduino sketch like 'ESPAsyncWebServer', <br/>"
|
|
"Because the lack of an asynchronous webserver in this Arduino sketch like 'ESPAsyncWebServer', <br/>"
|
|
|
"both file 'serverIndex' and 'jquery.min.js' can't be read from the webserver at the same time. <br/><br/>"
|
|
"both file 'serverIndex' and 'jquery.min.js' can't be read from the webserver at the same time. <br/><br/>"
|
|
|
"Your web browser probably requests those two files simultaneously and therefore <br/>"
|
|
"Your web browser probably requests those two files simultaneously and therefore <br/>"
|
|
|
-"the javascript file failed to load. By a refresh of this page, the browser cash has already <br/>"
|
|
|
|
|
|
|
+"the javascript file failed to load. By a refresh of this page, the browser cache has already <br/>"
|
|
|
"load 'serverIndex' file, the web browser will do a second attempt to only read the javascript file. <br/>"
|
|
"load 'serverIndex' file, the web browser will do a second attempt to only read the javascript file. <br/>"
|
|
|
"This second attempt, with an idle webserver, will be processed.<br/><br/>"
|
|
"This second attempt, with an idle webserver, will be processed.<br/><br/>"
|
|
|
"Long story short, press F5 (refresh web browser) before uploading your firmware. <br/><br/>"
|
|
"Long story short, press F5 (refresh web browser) before uploading your firmware. <br/><br/>"
|