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.
1 parent 481b758 commit 9c253ceCopy full SHA for 9c253ce
src/drivers/ui/SaboCoverUI/sabo_cover_ui_controller.hpp
@@ -26,7 +26,7 @@ class SaboCoverUIController {
26
static const char* ButtonIDToString(const ButtonID id); // Get string for ButtonID
27
28
private:
29
- THD_WORKING_AREA(wa_, 5120); // AH20250801 In use = 3808. Let's be save (+1k) for LVGL GUI development
+ THD_WORKING_AREA(wa_, 5120); // AH20250803 In use = 3744. Let's be save (+1k) for LVGL GUI development
30
thread_t* thread_ = nullptr;
31
32
bool configured_ = false;
0 commit comments