mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 04:22:25 +00:00
wifi scan
This commit is contained in:
@@ -39,7 +39,7 @@ static void register_scan_wifi_cmd (void) {
|
|||||||
scan_wifi_args.ap_number = arg_int0("n", "num", "<ap number>", "Specifies number of APs to scan.");
|
scan_wifi_args.ap_number = arg_int0("n", "num", "<ap number>", "Specifies number of APs to scan.");
|
||||||
// gpio_get_args.dump = arg_int0("d", "dump", "<pin>", "Outputs the GPIO dump.");
|
// gpio_get_args.dump = arg_int0("d", "dump", "<pin>", "Outputs the GPIO dump.");
|
||||||
scan_wifi_args.end = arg_end(5);
|
scan_wifi_args.end = arg_end(5);
|
||||||
const esp_console_cmd_t gpio_get_cmd = {
|
const esp_console_cmd_t scan_wifi_cmd = {
|
||||||
.command = "scan-wifi",
|
.command = "scan-wifi",
|
||||||
.help = "Scans Wi-Fi access points.",
|
.help = "Scans Wi-Fi access points.",
|
||||||
.hint = NULL,
|
.hint = NULL,
|
||||||
|
Reference in New Issue
Block a user