mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 17:25:16 +03:00
Add info overlay about gyro status over model view (#4358)
Many people don't realised about the arming flags, this PR aims to make more clear the arming flags related to the gyro status. It read the arming flag about NO-GYRO and CALIBRATION to overlay on the model view a message informing about the status. Co-authored-by: jesuslopezxing <jesus.lopez@onlyfy.com>
This commit is contained in:
parent
70513bc8f5
commit
80e5770b8e
5 changed files with 85 additions and 14 deletions
|
@ -1832,6 +1832,9 @@ each(range(12), {
|
|||
shape-rendering: crispEdges;
|
||||
}
|
||||
}
|
||||
.blur {
|
||||
filter: blur(3px);
|
||||
}
|
||||
@media not all and (max-width: 575px) {
|
||||
.visible-on-phone-only {
|
||||
display: none !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue