diff --git a/ESP32-Console/main/commands.h b/ESP32-Console/main/commands.h index 8ef34dc2c..6511440c6 100644 --- a/ESP32-Console/main/commands.h +++ b/ESP32-Console/main/commands.h @@ -149,8 +149,8 @@ static void register_set_gpio (void) { gpio_set_args.pwm = arg_int0("f", "pwm", "", "Set PWM for GPIO."); gpio_set_args.end = arg_end(2); const esp_console_cmd_t gpio_set_cmd = { - .command = "gpio", - .help = "Sets/Gets GPIOs", + .command = "gpio-set", + .help = "Sets GPIOs logic levels", .hint = NULL, .func = &exec_gpio_set_cmd, .argtable = &gpio_set_args