ESP32-Console

This commit is contained in:
2025-01-17 18:14:52 -05:00
parent 6b3a96b859
commit d093e66817

View File

@@ -22,7 +22,7 @@ static struct {
struct arg_end *end; // Stores parsing errors struct arg_end *end; // Stores parsing errors
} gpio_set_args; } gpio_set_args;
// Function being called when command is entered. // Function being called when command 'gpio-set' is entered.
static int exec_gpio_set_cmd (int argc, char **argv) { static int exec_gpio_set_cmd (int argc, char **argv) {
int nerrors = arg_parse(argc, argv, (void**) &gpio_set_args); int nerrors = arg_parse(argc, argv, (void**) &gpio_set_args);