1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-16 21:05:30 +03:00

Arming disabled flags into text

This commit is contained in:
Miguel Angel Mulero Martinez 2019-01-16 16:53:09 +01:00
parent c1a188f31d
commit 2c04c3350b
6 changed files with 167 additions and 19 deletions

View file

@ -99,7 +99,7 @@ MspHelper.prototype.process_data = function(dataHandler) {
}
// Read arming disable flags
data.readU8(); // Flag count
CONFIG.armingDisableCount = data.readU8(); // Flag count
CONFIG.armingDisableFlags = data.readU32();
}