mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-17 13:25:22 +03:00
Store receiver port in wizard
This commit is contained in:
parent
4fe7728d46
commit
6a514920fa
4 changed files with 79 additions and 9 deletions
|
@ -1847,6 +1847,7 @@ var mspHelper = (function () {
|
|||
break;
|
||||
|
||||
case MSPCodes.MSP2_SET_CF_SERIAL_CONFIG:
|
||||
console.log('will crunch', FC.SERIAL_CONFIG);
|
||||
for (let i = 0; i < FC.SERIAL_CONFIG.ports.length; i++) {
|
||||
var serialPort = FC.SERIAL_CONFIG.ports[i];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue