15
0

- Update to 2.7:

* New option write_flash --flash-size keep will keep whatever flash size is
    set in the bootloader header
  * write_flash no longer updates the flash header if the file being written
    to the bootloader offset isn't a valid image file for the chip

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-esptool?expand=0&rev=8
This commit is contained in:
Tomáš Chvátal
2019-09-13 08:05:52 +00:00
committed by Git OBS Bridge
parent c9b39a9c56
commit ca34716af2
4 changed files with 19 additions and 8 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Sep 13 07:57:08 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 2.7:
* New option write_flash --flash-size keep will keep whatever flash size is
set in the bootloader header
* write_flash no longer updates the flash header if the file being written
to the bootloader offset isn't a valid image file for the chip
-------------------------------------------------------------------
Thu Feb 28 01:47:40 UTC 2019 - John Vandenberg <jayvdb@gmail.com>