mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-13 19:14:59 +00:00
ESP32-Console
This commit is contained in:
@@ -137,8 +137,8 @@ static int exec_gpio_cmd (int argc, char **argv) {
|
|||||||
else {
|
else {
|
||||||
if (gpio_args.gpio != 0) {
|
if (gpio_args.gpio != 0) {
|
||||||
printf("GPIO %i", gpio_args.gpio->ival[0]);
|
printf("GPIO %i", gpio_args.gpio->ival[0]);
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
static void register_gpio (void) {
|
static void register_gpio (void) {
|
||||||
|
Reference in New Issue
Block a user