ESP32-Console

This commit is contained in:
2025-01-15 08:50:43 -05:00
parent f25d70128a
commit 16238527b8

View File

@@ -120,6 +120,8 @@ static void register_info (void) {
ESP_ERROR_CHECK(esp_console_cmd_register(&info_cmd));
}
static void register_gpio (void) {}
void register_commands (void) {
register_info();
}