ESP32-Console

This commit is contained in:
2025-01-15 10:36:17 -05:00
parent e479b53930
commit 76af63d956

View File

@@ -17,4 +17,8 @@ static struct {
static int exec_gpio_get_cmd(int argc, char **argv);
static void register_gpio_get_cmd(void);
static int exec_gpio_get_cmd(int argc, char **argv) {
return 0;
}
#endif