ESP32-Console

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

View File

@@ -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) {