mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 08:36:12 +00:00
ESP32-Console
This commit is contained in:
@@ -8,6 +8,11 @@
|
||||
#include "esp_console.h"
|
||||
#include "esp_log.h"
|
||||
|
||||
static struct {
|
||||
struct arg_int *gpio;
|
||||
struct arg_end *end;
|
||||
} gpio_get_args;
|
||||
|
||||
// Operate GPIOs states
|
||||
static int exec_gpio_get_cmd(int argc, char **argv);
|
||||
static void register_gpio_get_cmd(void);
|
||||
|
Reference in New Issue
Block a user