ESP32-Console

This commit is contained in:
2025-01-15 09:25:16 -05:00
parent a689dee3bd
commit e748b14b1e
5 changed files with 4 additions and 4 deletions

View File

@@ -137,9 +137,9 @@ 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) {