Skip to content

Commit

Permalink
CYD crashing
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorcelli committed Jan 3, 2025
1 parent 0c9f799 commit d1e9728
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion custom_4Mb.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x6000,
app0, app, ota_0, 0x10000, 0x260000,
spiffs, data, spiffs, 0x270000,0x190000,
spiffs, data, spiffs, 0x270000,0x180000,
coredump, data, coredump,0x3F0000,0x10000,
3 changes: 2 additions & 1 deletion custom_4Mb_full.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x6000,
app0, app, ota_0, 0x10000, 0x370000,
spiffs, data, spiffs, 0x380000,0x80000,
spiffs, data, spiffs, 0x380000,0x70000,
coredump, data, coredump,0x3F0000,0x10000,
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ void __attribute__((weak)) taskInputHandler(void *parameter) {
AnyKeyPress=false;
NextPagePress=false;
PrevPagePress=false;
touchPoint.Clear();
touchPoint.pressed=false;
InputHandler();
vTaskDelay(10 / portTICK_PERIOD_MS);
}
Expand Down

0 comments on commit d1e9728

Please sign in to comment.