Search found 1 match
- Sat Jun 29, 2019 1:06 pm
- Forum: General Discussion
- Topic: OTA update issue with magic byte
- Replies: 1
- Views: 4772
OTA update issue with magic byte
Hi all, While updating my firmware on ESP8266 with OTA I'm getting magic byte error I checked my bin file and 0xE9 is first byte. My code snippet: std::unique_ptr<BearSSL::WiFiClientSecure> client(new BearSSL::WiFiClientSecure); client->setInsecure(); HTTPClient http; http.begin(*client, "https://ex...