UNPKG

pxt-common-packages

Version:
7 lines (6 loc) 265 B
// override this if you want different amount of flash used namespace config { export const SETTINGS_SIZE_DEFL = (32*1024) // export const SETTINGS_SIZE_DEFL = (2*1024) // for SAMD21 // NRF flash page size is 4096, so must be multiple of 4096 on NRF }