ESP32-Console

This commit is contained in:
2025-01-11 09:40:12 -05:00
parent 4ca12ecc56
commit ccde92b54a
60 changed files with 2317 additions and 1404 deletions

View File

@@ -16,9 +16,9 @@ static struct {
static int do_info_cmd (int argc, char **argv) {
ESP_LOGW("CLI", "This is the Information Command.");
if (info_args.chip_temp->count) {
ESP_LOGW("CLI", "Information: Chip Temperature %d", 25);
}
//if (info_args.chip_temp->count) {
// ESP_LOGW("CLI", "Information: Chip Temperature %d", 25);
//}
return 0;
}
static void register_info (void) {