.
This commit is contained in:
@@ -805,6 +805,7 @@ void startGUITask(void const *argument __unused) {
|
||||
ButtonState buttons = getButtonState();
|
||||
if (buttons)
|
||||
ticks = xTaskGetTickCount(); // make timeout now so we will exit
|
||||
OLED::refresh();
|
||||
GUIDelay();
|
||||
}
|
||||
|
||||
|
||||
@@ -16,10 +16,9 @@
|
||||
|
||||
// Small worker thread to handle power (mostly QC) related steps
|
||||
|
||||
|
||||
|
||||
void startPOWTask(void const *argument __unused) {
|
||||
postRToSInit();
|
||||
osDelay(TICKS_100MS);
|
||||
for (;;) {
|
||||
osDelay(TICKS_100MS); // Slow down update rate
|
||||
power_check();
|
||||
|
||||
Reference in New Issue
Block a user