From 1356bc3c219959bdaf3ba484ff38864baf6f792e Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Wed, 15 Jan 2025 22:25:34 -0500 Subject: [PATCH] ESP32-Console --- ESP32-Console/main/cmd_gpio_get.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ESP32-Console/main/cmd_gpio_get.h b/ESP32-Console/main/cmd_gpio_get.h index e28baaca0..1f748d1d5 100644 --- a/ESP32-Console/main/cmd_gpio_get.h +++ b/ESP32-Console/main/cmd_gpio_get.h @@ -41,7 +41,7 @@ static int exec_gpio_get_cmd(int argc, char **argv) { s = 0; } if (gpio_get_args.dump->count > 0) { - printf("Printing GPIO dump/n"); + printf("Printing GPIO dump\n"); s = 0; } }