mobizt / FirebaseClient

🔥Async Firebase Client for Arduino. Supports Realtime Database, Cloud Firestore Database, Firebase Storage, Cloud Messaging, Google Cloud Functions and Google Cloud Storage.
MIT License
125 stars 7 forks source link

OTA File Download on ESP8266 Stops at 98%: Manual Reset Required for Update to Apply #81

Closed lchvsanilkumar closed 5 months ago

lchvsanilkumar commented 5 months ago

When downloading an OTA (Over-The-Air) update file to an ESP8266, the download process stops at 98% and does not proceed or reset automatically. However, if you manually reset the ESP8266, it successfully applies the update code. How can this issue be resolved?(tried with others files also same issue ,and internet is good ) Screenshot 2024-06-01 003512

mobizt commented 5 months ago

You should update the library to latest version (v1.2.7) to fix this issue.