1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-13 11:29:53 +03:00

port usage removed as not giving any useful data

This commit is contained in:
Pawel Spychalski (DzikuVx) 2017-01-22 21:33:35 +01:00
parent 35adb962fb
commit 0ed67a752b
4 changed files with 0 additions and 42 deletions

View file

@ -753,7 +753,6 @@ STM32_protocol.prototype.upload_procedure = function (step) {
// close connection
serial.disconnect(function (result) {
PortUsage.reset();
// unlocking connect button
GUI.connect_lock = false;