From 6487785ba3f56a301fd1b3f5fbf44f9ff6c8d8c8 Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Wed, 15 Jan 2025 09:11:10 -0500 Subject: [PATCH] ESP32-Console --- ESP32-Console/main/commands.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ESP32-Console/main/commands.h b/ESP32-Console/main/commands.h index cc19adc17..48e6b3aff 100644 --- a/ESP32-Console/main/commands.h +++ b/ESP32-Console/main/commands.h @@ -121,10 +121,10 @@ static void register_info (void) { } static struct { - struct arg_str *gpio; - struct arg_int *mode; - struct arg_str *level; - struct arg_str *pwm; + struct arg_int *gpio; + struct arg_str *mode; + struct arg_int *level; + struct arg_int *pwm; struct arg_end *end; } gpio_args; static int exec_gpio_cmd (int argc, char **argv) {