ESP32-Console

This commit is contained in:
2025-01-15 09:50:50 -05:00
parent 9bf907df8c
commit 00d5b2dcff

View File

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