I just tried with bare 51822 module from ebay. I only removed debugger and tab complete added storage (and reduced RAM to 16KB and variables to 300 since my module only has 16kb) and while building I see
CODE: 110592 -> 255820
so I increased storage pages to 6 and while building I see
Testing espruino_2v01.102_nrf51822.elf for NRF51822DK
STORAGE: 256000 -> 262144
CODE: 110592 -> 255820
Code area Fits before Storage Area
GEN espruino_2v01.102_nrf51822.hex
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.
I just tried with bare 51822 module from ebay. I only removed debugger and tab complete added storage (and reduced RAM to 16KB and variables to 300 since my module only has 16kb) and while building I see
so I increased storage pages to 6 and while building I see
and in console I see