mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-14 02:25:00 +00:00
ESP32-Console
This commit is contained in:
@@ -12,6 +12,10 @@ static struct {
|
|||||||
} info_args;
|
} info_args;
|
||||||
static int do_info_cmd (int argc, char **argv) {
|
static int do_info_cmd (int argc, char **argv) {
|
||||||
ESP_LOGW("CLI", "This is the Information Command.");
|
ESP_LOGW("CLI", "This is the Information Command.");
|
||||||
|
|
||||||
|
if (info_args.chip_temp->count) {
|
||||||
|
ESP_LOGW("CLI", "Information: Chip Temperature %d", 25);
|
||||||
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
static void register_info (void) {
|
static void register_info (void) {
|
||||||
|
Reference in New Issue
Block a user