mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Display stats on disarm
This commit is contained in:
parent
20e41b5f66
commit
b29ee58e0a
2 changed files with 4 additions and 6 deletions
|
@ -1151,7 +1151,7 @@ void osdUpdate(timeUs_t currentTimeUs)
|
|||
osdUpdateAlarms();
|
||||
|
||||
if (resumeRefreshAt) {
|
||||
osdState = OSD_STATE_IDLE;
|
||||
osdState = OSD_STATE_TRANSFER;
|
||||
} else {
|
||||
osdState = OSD_STATE_UPDATE_CANVAS;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue