Skip to content

Commit 9c253ce

Browse files
committed
Checked Controller stack size
1 parent 481b758 commit 9c253ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/drivers/ui/SaboCoverUI/sabo_cover_ui_controller.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class SaboCoverUIController {
2626
static const char* ButtonIDToString(const ButtonID id); // Get string for ButtonID
2727

2828
private:
29-
THD_WORKING_AREA(wa_, 5120); // AH20250801 In use = 3808. Let's be save (+1k) for LVGL GUI development
29+
THD_WORKING_AREA(wa_, 5120); // AH20250803 In use = 3744. Let's be save (+1k) for LVGL GUI development
3030
thread_t* thread_ = nullptr;
3131

3232
bool configured_ = false;

0 commit comments

Comments
 (0)