mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-07 22:36:12 +00:00
FreeRTOS
This commit is contained in:
@@ -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" : "",
|
||||
|
Reference in New Issue
Block a user