From 9acc4708b177bff76e84fbe35d02b9a427322038 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Mon, 17 Feb 2025 09:49:08 +0200 Subject: [PATCH] test(wifi_function): increase esp32c6 CPU frequency --- test/wifi_function/diagram.esp32c6.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/wifi_function/diagram.esp32c6.json b/test/wifi_function/diagram.esp32c6.json index e64449b35..e46235dff 100644 --- a/test/wifi_function/diagram.esp32c6.json +++ b/test/wifi_function/diagram.esp32c6.json @@ -8,7 +8,7 @@ "id": "esp", "top": 5.29, "left": 4.12, - "attrs": { "cpuFrequency": "28" } + "attrs": { "cpuFrequency": "32" } } ], "connections": [ [ "esp:TX", "$serialMonitor:RX", "", [] ], [ "esp:RX", "$serialMonitor:TX", "", [] ] ],