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