diff --git a/ESP32-Console/main/commands.h b/ESP32-Console/main/commands.h index d7413e751..d0170e568 100644 --- a/ESP32-Console/main/commands.h +++ b/ESP32-Console/main/commands.h @@ -19,4 +19,8 @@ static void register_info (void) { }; } +void register_commands (void) { + register_info(); +} + #endif \ No newline at end of file