ESP32-Console

This commit is contained in:
2025-01-12 23:37:24 -05:00
parent ea3024192f
commit 0462fcde00

View File

@@ -9,6 +9,7 @@
#include "esp_log.h" #include "esp_log.h"
static int exec_info_cmd(int argc, char **argv); static int exec_info_cmd(int argc, char **argv);
static int exec_set_gpio();
static void register_info(void); static void register_info(void);
static struct { static struct {