mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 16:55:22 +03:00
serial port load balancing on motors tab
This commit is contained in:
parent
e76612a4cc
commit
d695b7cec3
12 changed files with 163 additions and 30 deletions
|
@ -218,7 +218,7 @@ var STAR = R++;
|
|||
src[STAR] = '(<|>)?=?\\s*\\*';
|
||||
|
||||
// Compile to actual regexp objects.
|
||||
// All are flag-free, unless they were created above with a flag.
|
||||
// All are flag-free, unless they were createdOn above with a flag.
|
||||
for (var i = 0; i < R; i++) {
|
||||
;
|
||||
if (!re[i])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue