marcelstoer wrote:Agentsmithers wrote:I find it hard to believe my script is taking up 16MB?
It's not. There's only 43280 heap available with your firmware configuration. The rest of your 16MB flash (i.e. 16 - 1 = 15MB) can be used for SPIFFS.
See viewtopic.php?f=24&t=12987 and possibly http://nodemcu.readthedocs.io/en/latest ... -footprint. A nice and detailed explanation is embedded in https://www.kickstarter.com/projects/21 ... ts/1501224.
Thank you Sir I will review asap. I assume If I can recompile the code myself I can have it allocate additional space to resolve the issue?
Thank you again for chiming in, That makes more sense.