mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-11 16:40:17 +00:00
ESP32-Console
This commit is contained in:
@@ -50,9 +50,7 @@ static int exec_info_cmd (int argc, char **argv) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (info_args.chip_temp->count != 0) {
|
if (info_args.chip_temp->count != 0) {
|
||||||
if (info_args.chip_temp->ival == 1) {
|
ESP_LOGW("CLI", "info(): Chip Temperature: %d", 35);
|
||||||
ESP_LOGI("CLI", "Display temperature in Celcius");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user