mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-12 14:47:03 +00:00
ESP32-Console
This commit is contained in:
@@ -33,7 +33,7 @@ static int exec_gpio_set_cmd (int argc, char **argv) {
|
|||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
static void register_set_gpio (void) {
|
static void register_gpio_set_cmd (void) {
|
||||||
|
|
||||||
gpio_set_args.gpio = arg_int0("p", "gpio", "<pin>", "Specifies GPIO to be used");
|
gpio_set_args.gpio = arg_int0("p", "gpio", "<pin>", "Specifies GPIO to be used");
|
||||||
gpio_set_args.mode = arg_str0("m", "mode", "<in|out>", "Sets the mode of GPIO.");
|
gpio_set_args.mode = arg_str0("m", "mode", "<in|out>", "Sets the mode of GPIO.");
|
||||||
|
Reference in New Issue
Block a user