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:
parent
a06e37603f
commit
eb694f866f
2 changed files with 2 additions and 1 deletions
|
@ -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>');
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue