-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Due to a bug in the ESP8266 ROM discussed here: espressif/esptool#33 (comment), more sectors get deleted than necessary, potentially erasing other images. This commit fixes the issue according to the description of the bug. Additionally, we now pass `image_size` to other chips instead of the rounded number. Closes #61
- Loading branch information
Showing
2 changed files
with
28 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
version: "0.0.10" | ||
version: "0.0.11" | ||
description: Serial flasher component provides portable library for flashing or loading ram loadble app to Espressif SoCs from other host microcontroller | ||
url: https://github.com/espressif/esp-serial-flasher |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters