mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 02:32:23 +00:00
Terminate an async-full-refresh when caught by determineMode() instead of onNotify() (#3706)
This commit is contained in:
@@ -534,6 +534,10 @@ void EInkDynamicDisplay::checkBusyAsyncRefresh()
|
|||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Async refresh appears to have stopped, but wasn't caught by onNotify()
|
||||||
|
else
|
||||||
|
pollAsyncRefresh(); // Check (and terminate) the async refresh manually
|
||||||
}
|
}
|
||||||
|
|
||||||
// Hold control while an async refresh runs
|
// Hold control while an async refresh runs
|
||||||
|
|||||||
Reference in New Issue
Block a user