Should be enough to reduce number 10 on three lines (65,67,68) here https://github.com/espruino/Espruino/blob/master/boards/MDBT42Q.py#L65
So:
'address' : ((118 - 10 - 10) * 4096), 'pages' : 10 - 10, 'flash_available' : 512 - ((31 + 8 + 2 + 10)*4) - 10
???
Not sure how you mean it.
@binux 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.
Should be enough to reduce number 10 on three lines (65,67,68) here
https://github.com/espruino/Espruino/blob/master/boards/MDBT42Q.py#L65