diff --git a/ESP32-Console/main/commands.h b/ESP32-Console/main/commands.h index a42e5e85d..f3b031df5 100644 --- a/ESP32-Console/main/commands.h +++ b/ESP32-Console/main/commands.h @@ -149,7 +149,7 @@ static void register_gpio (void) { gpio_args.pwm = arg_int0("f", "pwm", "", "Set PWM for GPIO."); gpio_args.end = arg_end(2); const esp_console_cmd_t gpio_cmd = { - .command = "GPIO", + .command = "gpio", .help = "Sets/Gets GPIOs", .hint = NULL, .func = &exec_gpio_cmd,