1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 04:45:24 +03:00

change motor tab behavior/ui

fixes #26
This commit is contained in:
cTn 2014-02-22 22:02:07 +01:00
parent 0339f87d86
commit 6889c0c800
4 changed files with 7 additions and 32 deletions

View file

@ -218,8 +218,8 @@ GUI_control.prototype.tab_switch_cleanup = function(callback) {
var buffer_out = [];
for (var i = 0; i < 8; i++) {
buffer_out.push(lowByte(MISC.minthrottle));
buffer_out.push(highByte(MISC.minthrottle));
buffer_out.push(lowByte(MISC.mincommand));
buffer_out.push(highByte(MISC.mincommand));
}
send_message(MSP_codes.MSP_SET_MOTOR, buffer_out, false, function() {