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

slow down port polling to 250ms

This commit is contained in:
cTn 2014-01-03 10:40:34 +01:00
parent 64038b64a0
commit 3508319e15

View file

@ -355,7 +355,7 @@ function update_ports() {
initial_ports = current_ports; initial_ports = current_ports;
} }
}); });
}, 100, true); }, 250, true);
} }
function update_port_select_menu(ports) { function update_port_select_menu(ports) {