1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-19 14:25:14 +03:00

routine update

This commit is contained in:
cTn 2013-11-13 10:59:07 +01:00
parent a06e37603f
commit eb694f866f
2 changed files with 2 additions and 1 deletions

View file

@ -70,6 +70,7 @@ STM32_protocol.prototype.connect = function() {
});
} else {
console.log('Please select valid serial port');
STM32.GUI_status('<span style="color: red">Please select valid serial port</span>');
}
};