Skip to content

Commit

Permalink
update wifiscan command parameters and description
Browse files Browse the repository at this point in the history
  • Loading branch information
OnlineDynamic authored Oct 20, 2024
1 parent 10b9f1f commit 8accc17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/troubleshoot-commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
},
"AvailableAPs": {
"title": "Wifi AP Scan",
"description": "A scan of available wifi network near the fpp device",
"cmd": "sudo bash /opt/fpp/scripts/wifi_scan.sh",
"description": "A scan of all available wifi network Access Points near the fpp device",
"cmd": "sudo bash /opt/fpp/scripts/wifi_scan.sh 2>/dev/null",
"platforms": [
"all"
]
Expand Down

0 comments on commit 8accc17

Please sign in to comment.