You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update NodeMCU makefile to use 4MB flash size as default.
The newer version of esptool defaults to 'leave' for the flash size which was defaulting to 1MB in the image creation,
causing failure to boot with a 4MB flash size.
This replaces the NodeMCU makefile with a modified version the sets the default flash size to 4MB.
0 commit comments