Skip to content

Commit

Permalink
fix(uart): Set CPU freq on ESP32
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasssvaz committed Dec 2, 2024
1 parent 38840db commit 4428009
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions tests/validation/uart/diagram.esp32.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"version": 1,
"author": "lucasssvaz",
"editor": "wokwi",
"parts": [
{
"type": "board-esp32-devkit-c-v4",
"id": "esp",
"attrs": { "cpuFrequency": "40" }
}
],
"connections": [
[
"esp:TX",
"$serialMonitor:RX",
""
],
[
"esp:RX",
"$serialMonitor:TX",
""
]
]
}

0 comments on commit 4428009

Please sign in to comment.