mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 16:55:24 +03:00
Fixed 'connectionactive' indicator.
This commit is contained in:
parent
6bf7ca93da
commit
d8f19ab185
3 changed files with 4 additions and 3 deletions
3
js/fc.js
3
js/fc.js
|
@ -170,7 +170,8 @@ var FC = {
|
|||
voltage: 0,
|
||||
mAhdrawn: 0,
|
||||
rssi: 0,
|
||||
amperage: 0
|
||||
amperage: 0,
|
||||
last_received_timestamp: Date.now()
|
||||
};
|
||||
|
||||
ARMING_CONFIG = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue