mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-09-01 15:10:35 +00:00
ESP32-Console
This commit is contained in:
@@ -43,6 +43,9 @@ static int exec_info_cmd (int argc, char **argv) {
|
||||
}
|
||||
|
||||
if (info_args.temp->count != 0) {
|
||||
if (info_args.temp->sval == "C") {
|
||||
ESP_LOGI("CLI", "Display temperature in Celcius");
|
||||
}
|
||||
ESP_LOGW("CLI", "info(): Chip Temperature: %d", 25);
|
||||
}
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user