- Sun Dec 11, 2016 6:26 pm
#59375
Yup, there are a number of 'not enough memory' strings in NodeMCU, once I looked for them ...
Further, E:M turns up in the ESP SDK libmain.a, but I haven't tracked down the sources for that;
I don't think they exist.
The actual problem seems to be that with plenty of heap apparently available the source file
is still too large to fit in memory. I need to find a more accurate reading of available memory,
since adding or removing one 5-line function crashes the program with any one of a variety
of error numbers.
Thanks for the help - Will