1
0
Fork 0
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:
Pawel Spychalski (DzikuVx) 2024-05-17 10:18:35 +02:00
parent 4fe7728d46
commit 6a514920fa
4 changed files with 79 additions and 9 deletions

View file

@ -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];