mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-17 21:35:33 +03:00
Fixed 'connectionactive' indicator.
This commit is contained in:
parent
6bf7ca93da
commit
d8f19ab185
3 changed files with 4 additions and 3 deletions
|
@ -115,7 +115,7 @@ MspHelper.prototype.process_data = function(dataHandler) {
|
|||
ANALOG.mAhdrawn = data.getUint16(1, 1);
|
||||
ANALOG.rssi = data.getUint16(3, 1); // 0-1023
|
||||
ANALOG.amperage = data.getInt16(5, 1) / 100; // A
|
||||
// this.analog_last_received_timestamp = Date.now(); //TODO, fix this
|
||||
ANALOG.last_received_timestamp = Date.now();
|
||||
break;
|
||||
case MSPCodes.MSP_RC_TUNING:
|
||||
var offset = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue