mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 12:11:00 +00:00
ESP32-Console
This commit is contained in:
@@ -27,6 +27,7 @@ static int exec_gpio_set_cmd (int argc, char **argv) {
|
||||
if (nerrors != 0) {
|
||||
arg_print_errors(stderr, gpio_set_args.end, argv[0]);
|
||||
return 1;
|
||||
break;
|
||||
}
|
||||
else {
|
||||
// Set GPIO level HIGH or LOW
|
||||
|
Reference in New Issue
Block a user