]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/esptool_write_protect' into 'master'
authorAngus Gratton <angus@espressif.com>
Mon, 24 Oct 2016 01:58:46 +0000 (09:58 +0800)
committerAngus Gratton <angus@espressif.com>
Mon, 24 Oct 2016 01:58:46 +0000 (09:58 +0800)
commitf988dc9587e9d39f78250c403f3ef85d03d6cd30
tree5deeee765ca73287f55f20cb04182f64af83755b
parentbeff3aab813a092d620c79ff24a179e0f1ae65bd
parent1413ec3ff0ba9409bbb9f839be644be25543f20f
Merge branch 'bugfix/esptool_write_protect' into 'master'

Fix flash write protect bug

As reported in github #50 and on forum.

Incorporates other esptool.py changes:
https://github.com/themadinventor/esptool/compare/197ba605...5c6962e8

See merge request !144