mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-11 13:50:15 +00:00
ESP32-Console
This commit is contained in:
@@ -55,7 +55,8 @@ static int exec_info_cmd (int argc, char **argv) {
|
||||
ESP_LOGW("CLI", "info(): Chip Temperature: %d", 35);
|
||||
}
|
||||
if (info_args.voltage->count != 0) {
|
||||
ESP_LOGI("CLI", "Displaying voltage.");
|
||||
if () {
|
||||
ESP_LOGI("CLI", "Displaying voltage, [mV]."); }
|
||||
}
|
||||
if (info_args.current->count != 0) {
|
||||
ESP_LOGI("CLI", "Displaying current.");
|
||||
|
Reference in New Issue
Block a user