Update AMTWifi help typo

Update AMTWifi help typo on priority

jsastriawan committed Apr 9, 2020 at 12:22 UTC 6e521b070295aaf7ae9ddceabd67501a23778483
1 file changed +2 -2
agents/meshcmd.js
+2 -2
@@ -398,7 +398,7 @@ function run(argv) {
398 console.log(' --list List of stored Wifi profile');
399 console.log(' --add Add new Wifi profile');
400 console.log(' --name New Wifi profile name');
401 - console.log(' --priority Priority of this profile - default 1');
401 + console.log(' --priority Priority of this profile - default 0');
402 console.log(' --ssid Wifi SSID');
403 console.log(' --auth Wifi Authentication method (4 - WPA, 6 - WPA2/RSN) - default 6');
404 console.log(' --enc Wifi Encryption type (3 - TKIP, 4 - CCMP) - default 3');
@@ -2817,4 +2817,4 @@ if (serviceName == null) {
2817 // Called when the executable is not running as a service, run normally.
2818 meshcmdService.on('normalStart', function onNormalStart() { try { run(process.argv); } catch (e) { console.log("ERROR: " + e); } });
2819 meshcmdService.run();
2820 -}
\ No newline at end of file
2820 +}