1
0
Fork 0
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:
cTn 2014-03-02 18:36:28 +01:00
parent f457b84dff
commit 2d1099a3a9
2 changed files with 106 additions and 103 deletions

View file

@ -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);
}