mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 11:29:53 +03:00
rework & tiny optimizations
This commit is contained in:
parent
f457b84dff
commit
2d1099a3a9
2 changed files with 106 additions and 103 deletions
|
@ -188,7 +188,7 @@ function onClosed(result) {
|
|||
|
||||
function read_serial(info) {
|
||||
if (!CLI_active) {
|
||||
MSP_char_read(info);
|
||||
MSP.read(info);
|
||||
} else {
|
||||
handle_CLI(info);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue