Skip to content

Commit 56c8d4b

Browse files
committed
CI: Adjust sim boards to upstream defaults.
Use the same "cpuFrequency" as upstream does for their extensive esp-idf (wifi) testing: https://github.com/wokwi/esp32-test-binaries/blob/main/test/wifi_function/diagram.esp32c6.json Signed-off-by: Peter M <petermm@gmail.com>
1 parent 426d9a1 commit 56c8d4b

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

src/platforms/esp32/test/sim_boards/diagram.esp32.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"id": "esp",
99
"top": 0,
1010
"left": 0,
11-
"attrs": { "cpuFrequency": "80" }
11+
"attrs": { "cpuFrequency": "12" }
1212
},
1313
{
1414
"type": "wokwi-microsd-card",

src/platforms/esp32/test/sim_boards/diagram.esp32c6.json

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33
"author": "Uri Shaked",
44
"editor": "wokwi",
55
"parts": [
6-
{ "type": "board-esp32-c6-devkitc-1", "id": "esp", "top": 5.29, "left": 4.12, "attrs": {} },
6+
{
7+
"type": "board-esp32-c6-devkitc-1",
8+
"id": "esp",
9+
"top": 5.29,
10+
"left": 4.12,
11+
"attrs": { "cpuFrequency": "32" }
12+
},
713
{
814
"type": "wokwi-slide-potentiometer",
915
"id": "pot1",
@@ -14,11 +20,11 @@
1420
}
1521
],
1622
"connections": [
17-
[ "esp:TX", "$serialMonitor:RX", "", [] ],
18-
[ "esp:RX", "$serialMonitor:TX", "", [] ],
19-
[ "esp:GND.1", "pot1:GND", "black", [ "h-28.8", "v48", "h-211.2" ] ],
20-
[ "esp:3V3", "pot1:VCC", "red", [ "v0", "h-38.4", "v144" ] ],
21-
[ "esp:3", "pot1:SIG", "green", [ "h0" ] ]
23+
["esp:TX", "$serialMonitor:RX", "", []],
24+
["esp:RX", "$serialMonitor:TX", "", []],
25+
["esp:GND.1", "pot1:GND", "black", ["h-28.8", "v48", "h-211.2"]],
26+
["esp:3V3", "pot1:VCC", "red", ["v0", "h-38.4", "v144"]],
27+
["esp:3", "pot1:SIG", "green", ["h0"]]
2228
],
2329
"dependencies": {}
24-
}
30+
}

0 commit comments

Comments
 (0)