1
0
Fork 0
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:
jesuslg123 2025-02-25 16:23:14 +01:00 committed by GitHub
parent 70513bc8f5
commit 80e5770b8e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 85 additions and 14 deletions

View file

@ -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;