ESP32-Console

This commit is contained in:
2025-01-15 09:21:36 -05:00
parent cc9b0189c1
commit 2c1fe7f51f

View File

@@ -135,7 +135,9 @@ static int exec_gpio_cmd (int argc, char **argv) {
return 1; return 1;
} }
else { else {
if (gpio_args.gpio != 0) {} if (gpio_args.gpio != 0) {
printf("GPIO %i", gpio_args.gpio->ival[0]);
}
return 0; return 0;
} }
} }