Wonder if the MQTT module was stripped back so that it could run inline with the rest of the code rather than be loaded via require(...) if compilation might help?
Shot in the dark from me but @Gordon will be able to confirm/refute. Is compilation just a speed thing or are there memory saving advantages to be had that might help here?
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.
Wonder if the MQTT module was stripped back so that it could run inline with the rest of the code rather than be loaded via
require(...)
if compilation might help?http://www.espruino.com/Compilation
Shot in the dark from me but @Gordon will be able to confirm/refute. Is compilation just a speed thing or are there memory saving advantages to be had that might help here?