nodemcu / nodemcu-flasher

A firmware Flash tool for nodemcu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

command line version

jonathan-annett opened this issue · comments

I managed to modify your code to allow it to be used from a script (i copied the same syntax as used by esptool.py)
if you want my changes let me know and i will fork your repo and do a pull request

main reason i did it was i found the esptool.py has an issue in it's stub code which messes up the EEPROM library read write code (seems to zero out the storage space on each boot) the same image file burnt with your code does not have these issues.