reenable permanent storage (#909)

This commit is contained in:
Peli de Halleux 2019-09-09 09:04:12 -07:00 committed by GitHub
parent d76af5e5af
commit f72b825377
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -199,4 +199,10 @@ namespace storage {
return '/' + filename;
}
}
/**
* Permanent storage on the brick, must be deleted with code.
*/
//% whenUsed fixedInstance block="permanent"
export const permanent: Storage = new PermanentStorage();
}