Mario Mikočević wrote:I've dumped my NodeMCU hw modules with -
# esptool.py --port /dev/ttyUSB0 --baud 115200 read_flash 0x00000 0x400000 nodemcu-1.0.bin
--
Mozz
Thanks for the reply?
Does the size have to be in hex? Can I say 4194304? Based on your example I recon your module has 4Mb. If mine has 1Mb, I would use size = 0x100000, correct?
Can I fry the module if I try to read more than max size?