ESP32-Console

This commit is contained in:
2025-01-11 10:16:37 -05:00
parent dfcadffc1e
commit 595864a4ab

View File

@@ -30,6 +30,8 @@ static int do_info_cmd (int argc, char **argv) {
}
static void register_info (void) {
info_args.detail = arg_str1(NULL, NULL, "<temp>", "Chip temperature");
info_args.end = arg_end(2);
const esp_console_cmd_t info_cmd = {
.command = "info",
.help = "System Information",