From a3e3d7fa6888bede4c0c7739068defbe4abc5b0c Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Mon, 13 Jan 2025 22:49:39 -0500 Subject: [PATCH] ESP32-Console --- ESP32-Console/main/commands.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ESP32-Console/main/commands.h b/ESP32-Console/main/commands.h index 6c0f6af70..c204d917f 100644 --- a/ESP32-Console/main/commands.h +++ b/ESP32-Console/main/commands.h @@ -63,7 +63,7 @@ static int exec_info_cmd (int argc, char **argv) { ESP_LOGI("Chip Info", "Bluetooth Classic support: %s", (features & CHIP_FEATURE_BT) ? "Yes" : "No"); ESP_LOGI("Chip Info", "Bluetooth LE (BLE) support: %s", (features & CHIP_FEATURE_BLE) ? "Yes" : "No"); //CONFIG_SOC_LIGHT_SLEEP_SUPPORTED - ESP_LOGI("Chip Info", "Compile date %s", CONFIG_APP_COMPILE_TIME_DATE); + ESP_LOGI("Chip Info", "Compile date %i", CONFIG_APP_COMPILE_TIME_DATE); //CONFIG_APPTRACE_UART_BAUDRATE //CONFIG_APPTRACE_UART_RX_GPIO //CONFIG_APPTRACE_UART_TX_GPIO