This commit is contained in:
2025-08-05 01:11:03 -04:00
parent 40058b9f24
commit cb20c48cbd
2 changed files with 1 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ void app_main(void)
esp_chip_info_t chip_info;
uint32_t flash_size;
esp_chip_info(&chip_info);
printf("This is ESP chip model # %d with %d CPU core(s), %s%s%s%s, ",
printf("This is %d with %d CPU core(s), %s%s%s%s, ",
(chip_info.model & CHIP_ESP32) ? "ESP32" : "",
(chip_info.model & CHIP_ESP32S2) ? "ESP32-S2" : "",
(chip_info.model & CHIP_ESP32S3) ? "ESP32-S3" : "",