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

View file

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