ESP32-Console

This commit is contained in:
2025-01-11 10:13:51 -05:00
parent b794a0c923
commit d3cfa196e2

View File

@@ -25,8 +25,8 @@ static int do_info_cmd (int argc, char **argv) {
if (info_args.detail->count != 0) { if (info_args.detail->count != 0) {
ESP_LOGW("CLI", "Information: Chip Temperature %d", 25); ESP_LOGW("CLI", "Information: Chip Temperature %d", 25);
}
return 0; return 0;
}
} }
static void register_info (void) { static void register_info (void) {
const esp_console_cmd_t info_cmd = { const esp_console_cmd_t info_cmd = {