ESP32-Console

This commit is contained in:
2025-01-15 10:38:18 -05:00
parent a794380970
commit ce7f5bd25d

View File

@@ -21,7 +21,7 @@ static int exec_gpio_get_cmd(int argc, char **argv) {
return 0;
}
static void register_set_gpio (void) {
static void register_get_gpio (void) {
gpio_get_args.gpio = arg_int0("p", "gpio", "<pin>", "Specifies GPIO to be used.");
gpio_get_args.end = arg_end(2);