ESP32-Console

This commit is contained in:
2025-01-10 17:29:20 -05:00
parent b7734170d5
commit a76613d186

View File

@@ -19,4 +19,8 @@ static void register_info (void) {
}; };
} }
void register_commands (void) {
register_info();
}
#endif #endif