We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6cf5797 + 7ba00b0 commit 3442085Copy full SHA for 3442085
1 file changed
src/components/fs/FS.h
@@ -53,7 +53,7 @@ namespace Pinetime {
53
*
54
*/
55
static constexpr size_t startAddress = 0x0B4000;
56
- static constexpr size_t size = 0x3C0000;
+ static constexpr size_t size = 0x34C000;
57
static constexpr size_t blockSize = 4096;
58
59
bool resourcesValid = false;
0 commit comments