From d093e66817ea37834da520623bbab9dc141e1733 Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Fri, 17 Jan 2025 18:14:52 -0500 Subject: [PATCH] ESP32-Console --- ESP32-Console/main/cmd_gpio_set.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ESP32-Console/main/cmd_gpio_set.h b/ESP32-Console/main/cmd_gpio_set.h index 20cd354f1..2020d6811 100644 --- a/ESP32-Console/main/cmd_gpio_set.h +++ b/ESP32-Console/main/cmd_gpio_set.h @@ -22,7 +22,7 @@ static struct { struct arg_end *end; // Stores parsing errors } 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) { int nerrors = arg_parse(argc, argv, (void**) &gpio_set_args);