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

Fix the size of the filesystem.
This commit is contained in:
JF 2021-10-03 16:06:30 +02:00 committed by GitHub
commit 3442085a3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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