This commit is contained in:
2025-08-05 01:02:41 -04:00
parent c21255b630
commit 33b6367267
3 changed files with 2 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ void app_main(void)
uint32_t flash_size;
esp_chip_info(&chip_info);
printf("This is %d chip with %d CPU core(s), %s%s%s%s, ",
chip_info.model,
(chip_info.model,
chip_info.cores,
(chip_info.features & CHIP_FEATURE_WIFI_BGN) ? "WiFi/" : "",
(chip_info.features & CHIP_FEATURE_BT) ? "BT" : "",