mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 07:16:08 +00:00
ESP32-Console
This commit is contained in:
@@ -14,6 +14,8 @@ static struct {
|
|||||||
struct arg_end *end;
|
struct arg_end *end;
|
||||||
} gpio_get_args;
|
} gpio_get_args;
|
||||||
|
|
||||||
|
static int pin;
|
||||||
|
|
||||||
// Operate GPIOs states
|
// Operate GPIOs states
|
||||||
static int exec_gpio_get_cmd(int argc, char **argv);
|
static int exec_gpio_get_cmd(int argc, char **argv);
|
||||||
static void register_gpio_get_cmd(void);
|
static void register_gpio_get_cmd(void);
|
||||||
|
Reference in New Issue
Block a user