Skip to content

Commit

Permalink
🐛🔥 reconfigure Wokwi.toml and delete extraneous directories
Browse files Browse the repository at this point in the history
  • Loading branch information
satmatthills committed Nov 27, 2024
1 parent 3ce1f0f commit 75eaa5e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 20 deletions.
6 changes: 0 additions & 6 deletions ble-advertising-template/wokwi.toml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"editor": "wokwi",
"parts": [
{
"type": "board-esp32-c3-devkitm-1",
"type": "board-esp32-devkit-c-v4",
"id": "esp"
}
],
Expand Down
4 changes: 2 additions & 2 deletions ble-advertising/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/ESP32/firmware.bin'
elf = '.pio/build/ESP32/firmware.elf'
6 changes: 0 additions & 6 deletions libmapper-osc-template/wokwi.toml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
"editor": "wokwi",
"parts": [
{
"type": "board-esp32-s3-box",
"type": "board-esp32-devkit-c-v4",
"id": "esp"
}
],
"connections": [
[
"esp:G43",
"esp:TX",
"$serialMonitor:RX",
""
],
[
"esp:G44",
"esp:RX",
"$serialMonitor:TX",
""
]
Expand Down
4 changes: 2 additions & 2 deletions libmapper-osc/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/ESP32/firmware.bin'
elf = '.pio/build/ESP32/firmware.elf'

0 comments on commit 75eaa5e

Please sign in to comment.