This commit is contained in:
Folkert van Heusden 2024-06-12 21:10:11 +02:00
parent 41c9262864
commit 5c3c51cc48
Signed by untrusted user who does not match committer: folkert
GPG key ID: 30190E8C1F28D8AE

View file

@ -270,7 +270,7 @@ void setup() {
cs->println(format("GIT hash: %s", version_str));
cs->println("Build on: " __DATE__ " " __TIME__);
cs->println(format("# cores: %d, CPU frequency: %d", SOC_CPU_CORES_NUM, esp_clk_cpu_freq()));
cs->println(format("# cores: %d, CPU frequency: %d Hz", SOC_CPU_CORES_NUM, esp_clk_cpu_freq()));
#if defined(ESP32)
heap_caps_register_failed_alloc_callback(heap_caps_alloc_failed_hook);