mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 02:47:16 +00:00
10 lines
169 B
C
10 lines
169 B
C
#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 |