Explorar o código

Update README.md

Ayush Sharma %!s(int64=3) %!d(string=hai) anos
pai
achega
2d1a672b37
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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>