Merge pull request #692 from danielgjackson/fix-fs-size

Fix the size of the filesystem.
main
JF 2021-10-03 16:06:30 +07:00 committed by GitHub
commit 3442085a3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

@ -53,7 +53,7 @@ namespace Pinetime {
*
*/
static constexpr size_t startAddress = 0x0B4000;
static constexpr size_t size = 0x3C0000;
static constexpr size_t size = 0x34C000;
static constexpr size_t blockSize = 4096;
bool resourcesValid = false;