From 75eaa5e8e21ec66d2c4b0ffb88b0d89c1bc668db Mon Sep 17 00:00:00 2001 From: Matthew Hills Date: Wed, 27 Nov 2024 14:01:47 -0500 Subject: [PATCH 01/15] =?UTF-8?q?=F0=9F=90=9B=F0=9F=94=A5=20reconfigure=20?= =?UTF-8?q?Wokwi.toml=20and=20delete=20extraneous=20directories?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ble-advertising-template/wokwi.toml | 6 ------ {libmapper-osc-template => ble-advertising}/diagram.json | 2 +- ble-advertising/wokwi.toml | 4 ++-- libmapper-osc-template/wokwi.toml | 6 ------ {ble-advertising-template => libmapper-osc}/diagram.json | 6 +++--- libmapper-osc/wokwi.toml | 4 ++-- 6 files changed, 8 insertions(+), 20 deletions(-) delete mode 100644 ble-advertising-template/wokwi.toml rename {libmapper-osc-template => ble-advertising}/diagram.json (86%) delete mode 100644 libmapper-osc-template/wokwi.toml rename {ble-advertising-template => libmapper-osc}/diagram.json (76%) diff --git a/ble-advertising-template/wokwi.toml b/ble-advertising-template/wokwi.toml deleted file mode 100644 index a1ce2d7..0000000 --- a/ble-advertising-template/wokwi.toml +++ /dev/null @@ -1,6 +0,0 @@ -# Wokwi Configuration File -# 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' diff --git a/libmapper-osc-template/diagram.json b/ble-advertising/diagram.json similarity index 86% rename from libmapper-osc-template/diagram.json rename to ble-advertising/diagram.json index 954a8b9..37dc67e 100644 --- a/libmapper-osc-template/diagram.json +++ b/ble-advertising/diagram.json @@ -4,7 +4,7 @@ "editor": "wokwi", "parts": [ { - "type": "board-esp32-c3-devkitm-1", + "type": "board-esp32-devkit-c-v4", "id": "esp" } ], diff --git a/ble-advertising/wokwi.toml b/ble-advertising/wokwi.toml index a1ce2d7..2ffaa5f 100644 --- a/ble-advertising/wokwi.toml +++ b/ble-advertising/wokwi.toml @@ -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' diff --git a/libmapper-osc-template/wokwi.toml b/libmapper-osc-template/wokwi.toml deleted file mode 100644 index a1ce2d7..0000000 --- a/libmapper-osc-template/wokwi.toml +++ /dev/null @@ -1,6 +0,0 @@ -# Wokwi Configuration File -# 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' diff --git a/ble-advertising-template/diagram.json b/libmapper-osc/diagram.json similarity index 76% rename from ble-advertising-template/diagram.json rename to libmapper-osc/diagram.json index a468a0c..37dc67e 100644 --- a/ble-advertising-template/diagram.json +++ b/libmapper-osc/diagram.json @@ -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", "" ] diff --git a/libmapper-osc/wokwi.toml b/libmapper-osc/wokwi.toml index a1ce2d7..2ffaa5f 100644 --- a/libmapper-osc/wokwi.toml +++ b/libmapper-osc/wokwi.toml @@ -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' From 2bbc8a7ca3b00f033004487d5d9ec779e98b5471 Mon Sep 17 00:00:00 2001 From: Matthew Hills Date: Wed, 27 Nov 2024 14:09:38 -0500 Subject: [PATCH 02/15] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20fix=20bad=20path=20t?= =?UTF-8?q?o=20.elf=20and=20.bin=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ble-advertising/wokwi.toml | 4 ++-- libmapper-osc/wokwi.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ble-advertising/wokwi.toml b/ble-advertising/wokwi.toml index 2ffaa5f..a1ce2d7 100644 --- a/ble-advertising/wokwi.toml +++ b/ble-advertising/wokwi.toml @@ -2,5 +2,5 @@ # Reference: https://docs.wokwi.com/vscode/project-config [wokwi] version = 1 -firmware = '.pio/build/ESP32/firmware.bin' -elf = '.pio/build/ESP32/firmware.elf' +firmware = '.pio/build/ESP32-S3/firmware.bin' +elf = '.pio/build/ESP32-S3/firmware.elf' diff --git a/libmapper-osc/wokwi.toml b/libmapper-osc/wokwi.toml index 2ffaa5f..a1ce2d7 100644 --- a/libmapper-osc/wokwi.toml +++ b/libmapper-osc/wokwi.toml @@ -2,5 +2,5 @@ # Reference: https://docs.wokwi.com/vscode/project-config [wokwi] version = 1 -firmware = '.pio/build/ESP32/firmware.bin' -elf = '.pio/build/ESP32/firmware.elf' +firmware = '.pio/build/ESP32-S3/firmware.bin' +elf = '.pio/build/ESP32-S3/firmware.elf' From dfc042c44b101705c17cde0f8c7dd7487c7a51e1 Mon Sep 17 00:00:00 2001 From: Matthew Hills Date: Wed, 27 Nov 2024 14:23:34 -0500 Subject: [PATCH 03/15] =?UTF-8?q?=F0=9F=94=A7=20Try=20to=20re-configure=20?= =?UTF-8?q?wokwi=20again?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ble-advertising/diagram.json | 2 +- ble-advertising/wokwi.toml | 2 +- libmapper-osc/diagram.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ble-advertising/diagram.json b/ble-advertising/diagram.json index 37dc67e..954a8b9 100644 --- a/ble-advertising/diagram.json +++ b/ble-advertising/diagram.json @@ -4,7 +4,7 @@ "editor": "wokwi", "parts": [ { - "type": "board-esp32-devkit-c-v4", + "type": "board-esp32-c3-devkitm-1", "id": "esp" } ], diff --git a/ble-advertising/wokwi.toml b/ble-advertising/wokwi.toml index a1ce2d7..4e69043 100644 --- a/ble-advertising/wokwi.toml +++ b/ble-advertising/wokwi.toml @@ -3,4 +3,4 @@ [wokwi] version = 1 firmware = '.pio/build/ESP32-S3/firmware.bin' -elf = '.pio/build/ESP32-S3/firmware.elf' +elf = '.pio/build/ESP32-C3/firmware.elf' diff --git a/libmapper-osc/diagram.json b/libmapper-osc/diagram.json index 37dc67e..954a8b9 100644 --- a/libmapper-osc/diagram.json +++ b/libmapper-osc/diagram.json @@ -4,7 +4,7 @@ "editor": "wokwi", "parts": [ { - "type": "board-esp32-devkit-c-v4", + "type": "board-esp32-c3-devkitm-1", "id": "esp" } ], From 15298daef0cebb74dade1260176151327a8e8108 Mon Sep 17 00:00:00 2001 From: Matthew Hills Date: Wed, 27 Nov 2024 14:46:31 -0500 Subject: [PATCH 04/15] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20=20try=20to=20revert?= =?UTF-8?q?=20back=20to=20previous=20wokwi=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ble-advertising/diagram.json | 2 +- ble-advertising/wokwi.toml | 2 +- libmapper-osc/diagram.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ble-advertising/diagram.json b/ble-advertising/diagram.json index 954a8b9..37dc67e 100644 --- a/ble-advertising/diagram.json +++ b/ble-advertising/diagram.json @@ -4,7 +4,7 @@ "editor": "wokwi", "parts": [ { - "type": "board-esp32-c3-devkitm-1", + "type": "board-esp32-devkit-c-v4", "id": "esp" } ], diff --git a/ble-advertising/wokwi.toml b/ble-advertising/wokwi.toml index 4e69043..a1ce2d7 100644 --- a/ble-advertising/wokwi.toml +++ b/ble-advertising/wokwi.toml @@ -3,4 +3,4 @@ [wokwi] version = 1 firmware = '.pio/build/ESP32-S3/firmware.bin' -elf = '.pio/build/ESP32-C3/firmware.elf' +elf = '.pio/build/ESP32-S3/firmware.elf' diff --git a/libmapper-osc/diagram.json b/libmapper-osc/diagram.json index 954a8b9..37dc67e 100644 --- a/libmapper-osc/diagram.json +++ b/libmapper-osc/diagram.json @@ -4,7 +4,7 @@ "editor": "wokwi", "parts": [ { - "type": "board-esp32-c3-devkitm-1", + "type": "board-esp32-devkit-c-v4", "id": "esp" } ], From 590d535b683120716f54268c19219c09d2be97e3 Mon Sep 17 00:00:00 2001 From: Matthew Hills Date: Thu, 28 Nov 2024 16:42:42 -0500 Subject: [PATCH 05/15] =?UTF-8?q?=F0=9F=91=B7=20configure=20wokwi.toml=20f?= =?UTF-8?q?or=20ESP32-S3=20and=20new=20templates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- basic-osc/diagram.json | 23 +++++++++++++++++++++++ basic-osc/wokwi.toml | 6 ++++++ basic/diagram.json | 23 +++++++++++++++++++++++ basic/wokwi.toml | 6 ++++++ ble-advertising/diagram.json | 2 +- libmapper-osc/diagram.json | 2 +- 6 files changed, 60 insertions(+), 2 deletions(-) create mode 100644 basic-osc/diagram.json create mode 100644 basic-osc/wokwi.toml create mode 100644 basic/diagram.json create mode 100644 basic/wokwi.toml diff --git a/basic-osc/diagram.json b/basic-osc/diagram.json new file mode 100644 index 0000000..5acbcf0 --- /dev/null +++ b/basic-osc/diagram.json @@ -0,0 +1,23 @@ +{ + "version": 1, + "author": "Uri Shaked", + "editor": "wokwi", + "parts": [ + { + "type": "board-esp32-s3-devkitc-1", + "id": "esp" + } + ], + "connections": [ + [ + "esp:TX", + "$serialMonitor:RX", + "" + ], + [ + "esp:RX", + "$serialMonitor:TX", + "" + ] + ] +} \ No newline at end of file diff --git a/basic-osc/wokwi.toml b/basic-osc/wokwi.toml new file mode 100644 index 0000000..a1ce2d7 --- /dev/null +++ b/basic-osc/wokwi.toml @@ -0,0 +1,6 @@ +# Wokwi Configuration File +# 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' diff --git a/basic/diagram.json b/basic/diagram.json new file mode 100644 index 0000000..5acbcf0 --- /dev/null +++ b/basic/diagram.json @@ -0,0 +1,23 @@ +{ + "version": 1, + "author": "Uri Shaked", + "editor": "wokwi", + "parts": [ + { + "type": "board-esp32-s3-devkitc-1", + "id": "esp" + } + ], + "connections": [ + [ + "esp:TX", + "$serialMonitor:RX", + "" + ], + [ + "esp:RX", + "$serialMonitor:TX", + "" + ] + ] +} \ No newline at end of file diff --git a/basic/wokwi.toml b/basic/wokwi.toml new file mode 100644 index 0000000..a1ce2d7 --- /dev/null +++ b/basic/wokwi.toml @@ -0,0 +1,6 @@ +# Wokwi Configuration File +# 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' diff --git a/ble-advertising/diagram.json b/ble-advertising/diagram.json index 37dc67e..5acbcf0 100644 --- a/ble-advertising/diagram.json +++ b/ble-advertising/diagram.json @@ -4,7 +4,7 @@ "editor": "wokwi", "parts": [ { - "type": "board-esp32-devkit-c-v4", + "type": "board-esp32-s3-devkitc-1", "id": "esp" } ], diff --git a/libmapper-osc/diagram.json b/libmapper-osc/diagram.json index 37dc67e..5acbcf0 100644 --- a/libmapper-osc/diagram.json +++ b/libmapper-osc/diagram.json @@ -4,7 +4,7 @@ "editor": "wokwi", "parts": [ { - "type": "board-esp32-devkit-c-v4", + "type": "board-esp32-s3-devkitc-1", "id": "esp" } ], From f1b56300e9288a913970961b978e8784f33edebc Mon Sep 17 00:00:00 2001 From: Matthew Hills Date: Thu, 28 Nov 2024 16:45:38 -0500 Subject: [PATCH 06/15] enable wokwi test step --- .github/workflows/build.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 00bd589..37ca8a0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,10 +34,10 @@ jobs: pio settings set force_verbose 1 pio run --environment ${{ matrix.environment }} -# - name: Simulate and test ble-advertising with Wokwi -# uses: wokwi/wokwi-ci-action@v1 -# with: -# token: ${{ secrets.WOKWI_CLI_TOKEN }} -# path: ./${{ matrix.template }}/ # directory with wokwi.toml, relative to repo's root -# timeout: 30000 -# expect_text: 'Puara Start Done!' + - name: Simulate and test with Wokwi + uses: wokwi/wokwi-ci-action@v1 + with: + token: ${{ secrets.WOKWI_CLI_TOKEN }} + path: ./${{ matrix.template }}/ # directory with wokwi.toml, relative to repo's root + timeout: 30000 + expect_text: 'Puara Start Done!' From 9b1c930752f9522488f7a44dac17bb67739ae74d Mon Sep 17 00:00:00 2001 From: Matthew Hills Date: Thu, 28 Nov 2024 17:12:07 -0500 Subject: [PATCH 07/15] =?UTF-8?q?=F0=9F=91=B7=20attempt=20to=20run=20wokwi?= =?UTF-8?q?=20step=20only=20on=20ESP32-S3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 37ca8a0..a0a6490 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,6 +35,7 @@ jobs: pio run --environment ${{ matrix.environment }} - name: Simulate and test with Wokwi + if: ${{ matrix.environment }} == 'ESP32-S3' uses: wokwi/wokwi-ci-action@v1 with: token: ${{ secrets.WOKWI_CLI_TOKEN }} From 0226b36de961fddacc018afd4114cc9e2a403425 Mon Sep 17 00:00:00 2001 From: Matthew Hills Date: Thu, 28 Nov 2024 17:17:04 -0500 Subject: [PATCH 08/15] fix conditional hopefully --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a0a6490..3a86271 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: pio run --environment ${{ matrix.environment }} - name: Simulate and test with Wokwi - if: ${{ matrix.environment }} == 'ESP32-S3' + if: ${{ matrix.environment == 'ESP32-S3' }} uses: wokwi/wokwi-ci-action@v1 with: token: ${{ secrets.WOKWI_CLI_TOKEN }} From 73c2945acf6a258e8600e950ccd01df05cddd070 Mon Sep 17 00:00:00 2001 From: Matthew Hills Date: Thu, 28 Nov 2024 17:45:19 -0500 Subject: [PATCH 09/15] =?UTF-8?q?=E2=9A=97=EF=B8=8F=20Maybe=20the=20templa?= =?UTF-8?q?te=20board=20is=20incompatible=20with=20the=20wokwi=20init=20bo?= =?UTF-8?q?ard=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libmapper-osc/diagram.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmapper-osc/diagram.json b/libmapper-osc/diagram.json index 5acbcf0..263dd94 100644 --- a/libmapper-osc/diagram.json +++ b/libmapper-osc/diagram.json @@ -4,7 +4,7 @@ "editor": "wokwi", "parts": [ { - "type": "board-esp32-s3-devkitc-1", + "type": "board-esp32-s3-devkitc-02", "id": "esp" } ], From a24bbf7941efe614a2ce55ada42a978905b1271c Mon Sep 17 00:00:00 2001 From: Matthew Hills Date: Thu, 28 Nov 2024 17:49:34 -0500 Subject: [PATCH 10/15] =?UTF-8?q?=E2=9A=97=EF=B8=8F=20Trying=20a=20differe?= =?UTF-8?q?nt=20nomenclature?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libmapper-osc/diagram.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmapper-osc/diagram.json b/libmapper-osc/diagram.json index 263dd94..68fb213 100644 --- a/libmapper-osc/diagram.json +++ b/libmapper-osc/diagram.json @@ -4,7 +4,7 @@ "editor": "wokwi", "parts": [ { - "type": "board-esp32-s3-devkitc-02", + "type": "board-esp32-s3-devkitc-2", "id": "esp" } ], From d237cbad5303666e91f34801ce33ed01445b8065 Mon Sep 17 00:00:00 2001 From: Matthew Hills Date: Thu, 28 Nov 2024 17:53:34 -0500 Subject: [PATCH 11/15] =?UTF-8?q?=F0=9F=A7=AA=20Revert=20to=20Guru=20Medit?= =?UTF-8?q?ation=20error=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libmapper-osc/diagram.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmapper-osc/diagram.json b/libmapper-osc/diagram.json index 68fb213..5acbcf0 100644 --- a/libmapper-osc/diagram.json +++ b/libmapper-osc/diagram.json @@ -4,7 +4,7 @@ "editor": "wokwi", "parts": [ { - "type": "board-esp32-s3-devkitc-2", + "type": "board-esp32-s3-devkitc-1", "id": "esp" } ], From ea4ee224c63ed4876e30334df0d5aa0e71ed69ae Mon Sep 17 00:00:00 2001 From: Matthew Hills Date: Thu, 28 Nov 2024 18:17:43 -0500 Subject: [PATCH 12/15] =?UTF-8?q?=E2=9A=97=EF=B8=8F=20See=20if=20the=20tem?= =?UTF-8?q?plate=20board=20is=20incompatible=20with=20the=20wokwi=20board?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- basic/diagram.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basic/diagram.json b/basic/diagram.json index 5acbcf0..954a8b9 100644 --- a/basic/diagram.json +++ b/basic/diagram.json @@ -4,7 +4,7 @@ "editor": "wokwi", "parts": [ { - "type": "board-esp32-s3-devkitc-1", + "type": "board-esp32-c3-devkitm-1", "id": "esp" } ], From d708150c7bc73392acbd007932cfee9c3f6ded5d Mon Sep 17 00:00:00 2001 From: Matthew Hills Date: Thu, 28 Nov 2024 18:24:29 -0500 Subject: [PATCH 13/15] =?UTF-8?q?=F0=9F=A7=AA=20(it=20wasn't)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- basic/diagram.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basic/diagram.json b/basic/diagram.json index 954a8b9..5acbcf0 100644 --- a/basic/diagram.json +++ b/basic/diagram.json @@ -4,7 +4,7 @@ "editor": "wokwi", "parts": [ { - "type": "board-esp32-c3-devkitm-1", + "type": "board-esp32-s3-devkitc-1", "id": "esp" } ], From cbe4c88a96ecf1544e08379924775e80b6751877 Mon Sep 17 00:00:00 2001 From: Matthew Hills Date: Thu, 28 Nov 2024 18:28:13 -0500 Subject: [PATCH 14/15] =?UTF-8?q?=E2=9A=97=EF=B8=8F=20Try=20original=20lib?= =?UTF-8?q?mapper-osc=20diagram.json=20to=20see=20if=20it=20works=20instea?= =?UTF-8?q?d?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libmapper-osc/diagram.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmapper-osc/diagram.json b/libmapper-osc/diagram.json index 5acbcf0..954a8b9 100644 --- a/libmapper-osc/diagram.json +++ b/libmapper-osc/diagram.json @@ -4,7 +4,7 @@ "editor": "wokwi", "parts": [ { - "type": "board-esp32-s3-devkitc-1", + "type": "board-esp32-c3-devkitm-1", "id": "esp" } ], From 5eb7c2deb246a6715b76e0337a05a96f5c2c6e60 Mon Sep 17 00:00:00 2001 From: Matthew Hills Date: Thu, 28 Nov 2024 18:32:32 -0500 Subject: [PATCH 15/15] =?UTF-8?q?=E2=9A=97=EF=B8=8F=20Since=20that=20worke?= =?UTF-8?q?d,=20try=20the=20same=20approach=20for=20basic=20and=20basic-os?= =?UTF-8?q?c?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- basic-osc/diagram.json | 2 +- basic/diagram.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/basic-osc/diagram.json b/basic-osc/diagram.json index 5acbcf0..954a8b9 100644 --- a/basic-osc/diagram.json +++ b/basic-osc/diagram.json @@ -4,7 +4,7 @@ "editor": "wokwi", "parts": [ { - "type": "board-esp32-s3-devkitc-1", + "type": "board-esp32-c3-devkitm-1", "id": "esp" } ], diff --git a/basic/diagram.json b/basic/diagram.json index 5acbcf0..954a8b9 100644 --- a/basic/diagram.json +++ b/basic/diagram.json @@ -4,7 +4,7 @@ "editor": "wokwi", "parts": [ { - "type": "board-esp32-s3-devkitc-1", + "type": "board-esp32-c3-devkitm-1", "id": "esp" } ],