Alright... After doing this:
GRAPHICS
'DEFINES += -DUSE_DEBUGGER -DUSE_TAB_COMPLETE',
Configuring saved_code as per this:
saved_code
'saved_code' : { 'address' : ((256 - 14) * 1024), 'page_size' : 1024, 'pages' : 14, 'flash_available' : (256 - 108 - 14) }
I'm getting:
In the build output:
STORAGE: 247808 -> 262144 CODE: 110592 -> 247628
In the app: storage.getFree(): 14336 bytes.
storage.getFree()
Great success, I think it is more than enough.
Thanks for your suggestion to look at the Flash module, I will soon.
@Vlad started
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.
Alright... After doing this:
GRAPHICS
'DEFINES += -DUSE_DEBUGGER -DUSE_TAB_COMPLETE',
Configuring
saved_code
as per this:I'm getting:
In the build output:
In the app:
storage.getFree()
: 14336 bytes.Great success, I think it is more than enough.
Thanks for your suggestion to look at the Flash module, I will soon.