Update AMTWifi help typo

Update AMTWifi help typo on priority
This commit is contained in:
jsastriawan 2020-04-09 12:22:15 -07:00 committed by GitHub
parent e74c5a2ee5
commit 6e521b0702

View File

@ -398,7 +398,7 @@ function run(argv) {
console.log(' --list List of stored Wifi profile');
console.log(' --add Add new Wifi profile');
console.log(' --name New Wifi profile name');
console.log(' --priority Priority of this profile - default 1');
console.log(' --priority Priority of this profile - default 0');
console.log(' --ssid Wifi SSID');
console.log(' --auth Wifi Authentication method (4 - WPA, 6 - WPA2/RSN) - default 6');
console.log(' --enc Wifi Encryption type (3 - TKIP, 4 - CCMP) - default 3');
@ -2817,4 +2817,4 @@ if (serviceName == null) {
// Called when the executable is not running as a service, run normally.
meshcmdService.on('normalStart', function onNormalStart() { try { run(process.argv); } catch (e) { console.log("ERROR: " + e); } });
meshcmdService.run();
}
}