From af1f7cb1aac711e47459832e0e21bd2b0397f02f Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Wed, 15 Jan 2025 09:21:52 -0500 Subject: [PATCH] ESP32-Console --- ESP32-Console/main/commands.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ESP32-Console/main/commands.h b/ESP32-Console/main/commands.h index 392ffb0be..5311da9f8 100644 --- a/ESP32-Console/main/commands.h +++ b/ESP32-Console/main/commands.h @@ -137,8 +137,8 @@ static int exec_gpio_cmd (int argc, char **argv) { else { if (gpio_args.gpio != 0) { printf("GPIO %i", gpio_args.gpio->ival[0]); + return 0; } - return 0; } } static void register_gpio (void) {