I mean, I don't FOTA, so I would like to disable it on 01s(1mb board) and NodeMCU(12F). Now, I did it on 01s but failed on NodeMCU by using different firmware, but two firmware both added argument NO_FOTA=1.
Are there any methods to do this on NodeMCU? Thanks.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
If running run a 4MB firmware image on a 1MB chip, flash over the air is not possible.
Flash over 1MB is not uses with the Storage module, but can be used with the Flash library.