Help to resolve free space problem #5640
              
                Unanswered
              
          
                  
                    
                      espruino-discuss
                    
                  
                
                  asked this question in
                ESP8266
              
            Replies: 1 comment
-
| Posted at 2017-02-10 by Ollie Replied to message on Gitter | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2017-02-10 by Planer
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:
Beta Was this translation helpful? Give feedback.
All reactions