mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-11 11:10:16 +00:00
ESP32-Console
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user