ESP32-Console

This commit is contained in:
2025-01-15 08:56:57 -05:00
parent cf9479dfb2
commit 44369138e2

View File

@@ -126,7 +126,7 @@ static void register_gpio (void) {
.command = "GPIO",
.help = "Sets/Gets GPIOs",
.hint = NULL,
.func = &exec,
.func = &exec_gpio_cmd,
.argtable = &gpio_args
};
}