mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 13:25:30 +03:00
slow down port polling to 250ms
This commit is contained in:
parent
64038b64a0
commit
3508319e15
1 changed files with 1 additions and 1 deletions
|
@ -355,7 +355,7 @@ function update_ports() {
|
|||
initial_ports = current_ports;
|
||||
}
|
||||
});
|
||||
}, 100, true);
|
||||
}, 250, true);
|
||||
}
|
||||
|
||||
function update_port_select_menu(ports) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue