1
0
Fork 0
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:
mikeller 2016-08-16 23:58:31 +12:00
parent 6bf7ca93da
commit d8f19ab185
3 changed files with 4 additions and 3 deletions

View file

@ -170,7 +170,8 @@ var FC = {
voltage: 0,
mAhdrawn: 0,
rssi: 0,
amperage: 0
amperage: 0,
last_received_timestamp: Date.now()
};
ARMING_CONFIG = {