mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-14 02:04:59 +00:00
ESP32-Console
This commit is contained in:
@@ -127,7 +127,8 @@ static struct {
|
|||||||
struct arg_str *voltage;
|
struct arg_str *voltage;
|
||||||
struct arg_str *current;
|
struct arg_str *current;
|
||||||
struct arg_end *end;
|
struct arg_end *end;
|
||||||
} info_args;
|
} gpio_args;
|
||||||
|
static int exec_gpio_cmd (int argc, char **argv) {}
|
||||||
static void register_gpio (void) {
|
static void register_gpio (void) {
|
||||||
const esp_console_cmd_t info_cmd = {
|
const esp_console_cmd_t info_cmd = {
|
||||||
.command = "GPIO",
|
.command = "GPIO",
|
||||||
|
Reference in New Issue
Block a user