mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
parent
0339f87d86
commit
6889c0c800
4 changed files with 7 additions and 32 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue