From 5c3c51cc4836e286798f868cde18d71a24a01f77 Mon Sep 17 00:00:00 2001 From: Folkert van Heusden Date: Wed, 12 Jun 2024 21:10:11 +0200 Subject: [PATCH] output --- ESP32/main.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ESP32/main.ino b/ESP32/main.ino index 53f1f8a..058e257 100644 --- a/ESP32/main.ino +++ b/ESP32/main.ino @@ -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);