File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ PROGMEM const char* serverIndex =
81
81
" Because the lack of an asynchronous webserver in this Arduino sketch like 'ESPAsyncWebServer', <br/>"
82
82
" both file 'serverIndex' and 'jquery.min.js' can't be read from the webserver at the same time. <br/><br/>"
83
83
" Your web browser probably requests those two files simultaneously and therefore <br/>"
84
- " the javascript file failed to load. By a refresh of this page, the browser cash has already <br/>"
84
+ " the javascript file failed to load. By a refresh of this page, the browser cache has already <br/>"
85
85
" load 'serverIndex' file, the web browser will do a second attempt to only read the javascript file. <br/>"
86
86
" This second attempt, with an idle webserver, will be processed.<br/><br/>"
87
87
" Long story short, press F5 (refresh web browser) before uploading your firmware. <br/><br/>"
You can’t perform that action at this time.
0 commit comments