I want to download a bin file from server for OTA process. But how I can download the whole file without any error. I am using esp8266 on Arduino IDE core. For OTA, I am using updater class of esp8266 core library. Is it good to use error checking method like CRC check? If yes how I can implement it?
Thanks!
- IDE: Arduino IDE
- Board: NodeMCU 1.0 (ESP8266)