Hi to everyone! I have trouble whith esp8266 12F FW1.91 espruino.
I send code to espruino. Code working well without errors. But if i do save(), i got error:
Too big to save to flash (13624 vs 12284 bytes)
Delete command history and try again...
(While: process.memory() = {"free": 908, "usage": 792, "total": 1700, "history": 441})
Enabled minification in ide setup is not helpful.
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.
Hi to everyone! I have trouble whith esp8266 12F FW1.91 espruino.
I send code to espruino. Code working well without errors. But if i do save(), i got error:
Too big to save to flash (13624 vs 12284 bytes)
Delete command history and try again...
(While: process.memory() = {"free": 908, "usage": 792, "total": 1700, "history": 441})
Enabled minification in ide setup is not helpful.
I use simple mqtt client sample from original documentation http://www.espruino.com/MQTT
What i do invalid? Why is not free space? How to resolve this problem?
Help please!
My code: