1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 12:55:19 +03:00

kill motors on sudden application close

#34
This commit is contained in:
cTn 2014-06-27 17:31:12 +02:00
parent 2e1327f2cd
commit f352c4edbe
2 changed files with 33 additions and 3 deletions

View file

@ -265,7 +265,6 @@ GUI_control.prototype.tab_switch_cleanup = function(callback) {
}, 5000); // if we dont allow enough time to reboot, CRC of "first" command sent will fail, keep an eye for this one
});
break;
case 'firmware_flasher':
// this.interval_remove('factory_mode');
PortHandler.flush_callbacks();
@ -275,7 +274,6 @@ GUI_control.prototype.tab_switch_cleanup = function(callback) {
if (callback) callback();
break;
default:
if (callback) callback();
}