File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,8 @@ static void printChipInfo(void) {
9696 chip_report_printf (" Cores : %d\n " , info.cores );
9797 rtc_cpu_freq_config_t conf;
9898 rtc_clk_cpu_freq_get_config (&conf);
99- chip_report_printf (" Frequency : %lu MHz\n " , conf.freq_mhz );
99+ chip_report_printf (" CPU Frequency : %lu MHz\n " , conf.freq_mhz );
100+ chip_report_printf (" XTAL Frequency : %d MHz\n " , rtc_clk_xtal_freq_get ());
100101 chip_report_printf (" Embedded Flash : %s\n " , (info.features & CHIP_FEATURE_EMB_FLASH) ? " Yes" : " No" );
101102 chip_report_printf (" Embedded PSRAM : %s\n " , (info.features & CHIP_FEATURE_EMB_PSRAM) ? " Yes" : " No" );
102103 chip_report_printf (" 2.4GHz WiFi : %s\n " , (info.features & CHIP_FEATURE_WIFI_BGN) ? " Yes" : " No" );
You can’t perform that action at this time.
0 commit comments