Skip to content

Commit

Permalink
change Wokwi toml and json files to run on a TinyPico
Browse files Browse the repository at this point in the history
  • Loading branch information
edumeneses committed Dec 12, 2024
1 parent 5009c69 commit 27dc359
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions basic/diagram.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"version": 1,
"author": "Uri Shaked",
"author": "Edu Meneses",
"editor": "wokwi",
"parts": [
{
"type": "board-esp32-c3-devkitm-1",
"type": "wokwi-tinypico",
"id": "esp"
}
],
"connections": [
[
"esp:TX",
"esp:TX0",
"$serialMonitor:RX",
""
],
[
"esp:RX",
"esp:RX0",
"$serialMonitor:TX",
""
]
Expand Down
4 changes: 2 additions & 2 deletions basic/wokwi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# Reference: https://docs.wokwi.com/vscode/project-config
[wokwi]
version = 1
firmware = '.pio/build/ESP32-S3/firmware.bin'
elf = '.pio/build/ESP32-S3/firmware.elf'
firmware = '.pio/build/tinypico/firmware.bin'
elf = '.pio/build/tinypico/firmware.elf'

0 comments on commit 27dc359

Please sign in to comment.