mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 12:11:00 +00:00
wifi scan
This commit is contained in:
@@ -36,7 +36,7 @@ static int exec_scan_wifi_cmd(int argc, char **argv) {
|
|||||||
|
|
||||||
static void register_scan_wifi_cmd (void) {
|
static void register_scan_wifi_cmd (void) {
|
||||||
|
|
||||||
gpio_get_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.");
|
||||||
gpio_get_args.end = arg_end(5);
|
gpio_get_args.end = arg_end(5);
|
||||||
const esp_console_cmd_t gpio_get_cmd = {
|
const esp_console_cmd_t gpio_get_cmd = {
|
||||||
|
Reference in New Issue
Block a user