diff --git a/ESP32-Console/main/cmd_scan_wifi.h b/ESP32-Console/main/cmd_scan_wifi.h index 3c2c561a1..70e3c9d7a 100644 --- a/ESP32-Console/main/cmd_scan_wifi.h +++ b/ESP32-Console/main/cmd_scan_wifi.h @@ -1,4 +1,10 @@ #ifndef CMD_SCAN_WIFI_H #define CMD_SCAN_WIFI_H +static struct { +// struct arg_int *gpio; + struct arg_int *dump; + struct arg_end *end; +} scan_wifi_args; + #endif \ No newline at end of file