Skip to content

Commit

Permalink
test(uart): increase H2 / C6 cpu frequency
Browse files Browse the repository at this point in the history
Fixes failing "uart read write" test
  • Loading branch information
urish committed Aug 24, 2024
1 parent d661d68 commit cabc75b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/uart/diagram.esp32c6.json
Original file line number Diff line number Diff line change
Expand Up @@ -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", "", [] ] ],
Expand Down
2 changes: 1 addition & 1 deletion test/uart/diagram.esp32h2.json
Original file line number Diff line number Diff line change
Expand Up @@ -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", "", [] ] ],
Expand Down

0 comments on commit cabc75b

Please sign in to comment.