From cabc75b13d6226e7e2c64f658f7f4f10200ffc64 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Sat, 24 Aug 2024 17:08:27 +0300 Subject: [PATCH] test(uart): increase H2 / C6 cpu frequency Fixes failing "uart read write" test --- test/uart/diagram.esp32c6.json | 2 +- test/uart/diagram.esp32h2.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/uart/diagram.esp32c6.json b/test/uart/diagram.esp32c6.json index 803d0ce7..e46235df 100644 --- a/test/uart/diagram.esp32c6.json +++ b/test/uart/diagram.esp32c6.json @@ -8,7 +8,7 @@ "id": "esp", "top": 5.29, "left": 4.12, - "attrs": { "cpuFrequency": "16" } + "attrs": { "cpuFrequency": "32" } } ], "connections": [ [ "esp:TX", "$serialMonitor:RX", "", [] ], [ "esp:RX", "$serialMonitor:TX", "", [] ] ], diff --git a/test/uart/diagram.esp32h2.json b/test/uart/diagram.esp32h2.json index 98610670..c57c22a8 100644 --- a/test/uart/diagram.esp32h2.json +++ b/test/uart/diagram.esp32h2.json @@ -8,7 +8,7 @@ "id": "esp", "top": 2.23, "left": -5.1, - "attrs": { "cpuFrequency": "20" } + "attrs": { "cpuFrequency": "32" } } ], "connections": [ [ "esp:TX", "$serialMonitor:RX", "", [] ], [ "esp:RX", "$serialMonitor:TX", "", [] ] ],