Skip to content

Commit

Permalink
test(spi_master): increase C3 cpu frequency to 28 MHz
Browse files Browse the repository at this point in the history
fixes a timing issue
  • Loading branch information
urish committed Oct 13, 2024
1 parent 1bf15e3 commit 2696b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spi_master/diagram.esp32c3.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"id": "esp",
"top": 18.9,
"left": -109.38,
"attrs": { "cpuFrequency": "24" }
"attrs": { "cpuFrequency": "28" }
}
],
"connections": [ [ "esp:TX", "$serialMonitor:RX", "", [] ], [ "esp:RX", "$serialMonitor:TX", "", [] ] ],
Expand Down

0 comments on commit 2696b61

Please sign in to comment.