Skip to content

Commit

Permalink
Update troubleshoot-commands.json to include Wifi_scan
Browse files Browse the repository at this point in the history
Addition of Wifi SCan to troubleshooting page
  • Loading branch information
OnlineDynamic authored Oct 15, 2024
1 parent 2eab459 commit 8a8103d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion www/troubleshoot-commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@
"all"
]
},
"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",
"platforms": [
"all"
]
},
"Routing": {
"title": "Routing",
"description": "",
Expand Down Expand Up @@ -512,4 +520,4 @@
}
}
}
}
}

1 comment on commit 8a8103d

@cybercop23
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is pretty cool and could be handy. Any chance the list can be sorted. Not only do I have multiple ssids, but they all start with the same prefix...
Image

Please sign in to comment.