Warning : "You have pre-1v96 fimware... #4711
Replies: 1 comment
-
Posted at 2018-10-25 by @gfwilliams I believe it's because you have 'Save on send' turned on? It's a known issue that I have fixed in the Espruino IDE. It just hasn't made it into the Native and Chrome Apps yet - but it's nothing to worry about unless you're trying to upload extremely big files. Posted at 2018-10-25 by gito.nirmolo Thanks Gordon. Posted at 2018-10-25 by @gfwilliams
It's actually not the available memory - the issue is that before 1v96 you had to write the code to flash storage all in one go. That's fine as long as what you want to write fits in RAM. In later versions you can write more stuff into Storage than will fit into your available RAM :) Posted at 2018-10-27 by Mrbbp well i've got the prob with my new pico (thx @gfwilliams, they arrived today). i've tried the
i've tried before without the console.log and received same error Posted at 2018-10-28 by gito.nirmolo Try with : s = require("Storage"); It should work ! Posted at 2018-10-28 by Mrbbp thanks :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2018-10-25 by gito.nirmolo
Hi !
After upgrading firmware from 1v99 to 2v00 successfully on Espruino Pico,
Each time upload whatever code with "Save on Send" Mode,and "Direct to Flash".
The red color warning comes up such this :
"You have pre-1v96 fimware. Upload size is limited by available Ram".
It never happened in 1v99.
Is it normal or something wrong in uploading process? What should I do.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions