Skip to content

Commit

Permalink
feat: Add diagram.json and wokwi.toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
hayschan committed May 30, 2024
1 parent d2b8135 commit e4c956f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions diagram.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"version": 1,
"author": "Hays Chan, aka Nozomi",
"editor": "wokwi",
"parts": [ { "type": "board-esp32-s3-devkitc-1", "id": "esp", "top": 0, "left": 0, "attrs": {} } ],
"connections": [ [ "esp:TX", "$serialMonitor:RX", "", [] ], [ "esp:RX", "$serialMonitor:TX", "", [] ] ],
"dependencies": {}
}
4 changes: 4 additions & 0 deletions wokwi.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[wokwi]
version = 1
firmware = "build/flasher_args.json"
elf = "build/test_app.elf"

0 comments on commit e4c956f

Please sign in to comment.