Skip to content

Commit 6a9afa5

Browse files
committed
Uiflow2 compatibility
1 parent 1d9776c commit 6a9afa5

3 files changed

Lines changed: 9 additions & 7 deletions

File tree

.vscode/extensions.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
// See http://go.microsoft.com/fwlink/?LinkId=827846
3+
// for the documentation about the extensions.json format
24
"recommendations": [
35
"pioarduino.pioarduino-ide",
46
"platformio.platformio-ide"

src/partitioner.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ const uint8_t uiflow2[192] PROGMEM = {
4747
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
4848
0xAA, 0x50, 0x00, 0x20, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x16, 0x00, 0x61, 0x70, 0x70, 0x30,
4949
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
50-
0xAA, 0x50, 0x00, 0x10, 0x00, 0x00, 0x17, 0x00, 0x00, 0x00, 0x4E, 0x00, 0x61, 0x70, 0x70, 0x31,
50+
0xAA, 0x50, 0x00, 0x10, 0x00, 0x00, 0x17, 0x00, 0x00, 0x00, 0x52, 0x00, 0x61, 0x70, 0x70, 0x31,
5151
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
52-
0xAA, 0x50, 0x01, 0x81, 0x00, 0x00, 0x65, 0x00, 0x00, 0x00, 0x10, 0x00, 0x73, 0x79, 0x73, 0x00,
52+
0xAA, 0x50, 0x01, 0x81, 0x00, 0x00, 0x69, 0x00, 0x00, 0x00, 0x10, 0x00, 0x73, 0x79, 0x73, 0x00,
5353
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
54-
0xAA, 0x50, 0x01, 0x81, 0x00, 0x00, 0x75, 0x00, 0x00, 0x00, 0x0B, 0x00, 0x76, 0x66, 0x73, 0x00,
54+
0xAA, 0x50, 0x01, 0x81, 0x00, 0x00, 0x79, 0x00, 0x00, 0x00, 0x07, 0x00, 0x76, 0x66, 0x73, 0x00,
5555
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
5656
0xEB, 0xEB, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
57-
0xF0, 0x4F, 0xA2, 0x1D, 0x91, 0x76, 0x30, 0x87, 0x76, 0x59, 0xCC, 0x84, 0xED, 0x69, 0x02, 0xE3
57+
0xB2, 0x6F, 0xEE, 0xF2, 0xCD, 0xF3, 0x00, 0xEA, 0xD6, 0xED, 0x9A, 0xA5, 0xBA, 0xE0, 0xCF, 0x80
5858
};
5959

6060
const uint8_t gamestation[192] PROGMEM = {

support_files/custom_8Mb.csv

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ coredump, data, coredump,0x7F0000, 0x10000,
1818
# Name, Type, SubType, Offset, Size, Flags
1919
#nvs, data, nvs, 0x9000, 0x6000,
2020
#app0, app, test, 0x10000, 0x160000,
21-
#app1, app, ota_0, 0x170000, 0x4E0000,
22-
#sys, data, fat, 0x650000, 0x100000,
23-
#vfs, data, fat, 0x750000, 0xB0000,
21+
#app1, app, ota_0, 0x170000, 0x520000,
22+
#sys, data, fat, 0x690000, 0x100000,
23+
#vfs, data, fat, 0x790000, 0x70000,
2424
#
2525
# Game Station, , , , ,
2626
# Name, Type, SubType, Offset, Size, Flags

0 commit comments

Comments
 (0)