wifi scan

This commit is contained in:
2025-03-04 20:16:23 -05:00
parent 5ae10b9a39
commit cbc496edd1

View File

@@ -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