mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 22:35:23 +03:00
new device messages that indicate reboot and ready states
This commit is contained in:
parent
0649a59b13
commit
df738f9daf
1 changed files with 10 additions and 0 deletions
|
@ -31,6 +31,13 @@
|
||||||
"autoConnectDisabled": {
|
"autoConnectDisabled": {
|
||||||
"message": "Auto-Connect: Disabled - User needs to select the correct serial port and click \"Connect\" button on its own"
|
"message": "Auto-Connect: Disabled - User needs to select the correct serial port and click \"Connect\" button on its own"
|
||||||
},
|
},
|
||||||
|
"deviceRebooting": {
|
||||||
|
"message": "Device - <span style=\"color: red\">Rebooting</span>"
|
||||||
|
},
|
||||||
|
"deviceReady": {
|
||||||
|
"message": "Device - <span style=\"color: green\">Ready</span>"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
"tab1": {
|
"tab1": {
|
||||||
"message": "Initial Setup"
|
"message": "Initial Setup"
|
||||||
|
@ -184,6 +191,9 @@
|
||||||
"initialSetupButtonResetZaxisValue": {
|
"initialSetupButtonResetZaxisValue": {
|
||||||
"message": "Reset Z axis, offset: $1 deg"
|
"message": "Reset Z axis, offset: $1 deg"
|
||||||
},
|
},
|
||||||
|
"initialSetupMixerHead": {
|
||||||
|
"message": "Mixer Type"
|
||||||
|
},
|
||||||
"initialSetupThrottleHead": {
|
"initialSetupThrottleHead": {
|
||||||
"message": "Throttle Settings"
|
"message": "Throttle Settings"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue