reenable permanent storage (#909)
This commit is contained in:
parent
d76af5e5af
commit
f72b825377
@ -199,4 +199,10 @@ namespace storage {
|
|||||||
return '/' + filename;
|
return '/' + filename;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Permanent storage on the brick, must be deleted with code.
|
||||||
|
*/
|
||||||
|
//% whenUsed fixedInstance block="permanent"
|
||||||
|
export const permanent: Storage = new PermanentStorage();
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user