mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Fixed OSD warnings overlap to the right.
This commit is contained in:
parent
9d7c8fbd46
commit
c89f87018b
3 changed files with 32 additions and 11 deletions
|
@ -851,7 +851,7 @@ TEST(OsdTest, TestElementWarningsBattery)
|
|||
osdRefresh(simulationTime);
|
||||
|
||||
// then
|
||||
displayPortTestBufferSubstring(9, 10, "BATT NOT FULL");
|
||||
displayPortTestBufferSubstring(9, 10, "BATT < FULL");
|
||||
|
||||
// given
|
||||
// full battery
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue