mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-11 19:00:16 +00:00
ESP32-Console
This commit is contained in:
@@ -39,6 +39,8 @@ static void register_info (void) {
|
||||
.func = &do_info_cmd,
|
||||
.argtable = &info_args
|
||||
};
|
||||
|
||||
ESP_ERROR_CHECK(esp_console_cmd_register(&info_cmd));
|
||||
}
|
||||
|
||||
void register_commands (void) {
|
||||
|
Reference in New Issue
Block a user