Ayush Sharma 3 anni fa
parent
commit
2d1a672b37
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -67,6 +67,10 @@ By default, ElegantOTA uses your chip id as a unique id for your esp chip on web
  
  If you would like to add login to your OTA webpage, then please replace `ElegantOTA.begin(&server);` with `ElegantOTA.begin(&server, "username", "password");`. This will prevent unauthorized requests to your OTA webpage and prevent unauthorized firmware upload to your MCU.
   
+<br>
+
+<b>Antivirus Issue:</b> If you have an antivirus on your PC with internet security, the progress bar on webpage will instantly show 100% because of request caching by your antivirus software. There is no fix for this unless you want to disable your antivirus or whitelist your local IP addresses in it. ( Same is the case with iOS, safari will cache the outgoing requests )
+
 <br>
 <h2>Examples</h2>