[CodeFactor] Apply fixes

This commit is contained in:
codefactor-io 2023-11-11 19:28:24 +00:00
parent 05f631e4b4
commit 4fe9f82b40
No known key found for this signature in database
GPG key ID: B66B2D63282C190F

View file

@ -126,17 +126,12 @@ export function processModemConfig(data) {
// Assign the value to the variable // Assign the value to the variable
settings[variableName] = data[category][setting]; settings[variableName] = data[category][setting];
console.log(variableName + ': ' + settings[variableName]); console.log(variableName + ": " + settings[variableName]);
} }
} }
} }
} }
/* /*
// STATION SETTINGS // STATION SETTINGS
// Extract the callsign and SSID // Extract the callsign and SSID