From dfc042c44b101705c17cde0f8c7dd7487c7a51e1 Mon Sep 17 00:00:00 2001 From: Matthew Hills Date: Wed, 27 Nov 2024 14:23:34 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Try=20to=20re-configure=20wokwi?= =?UTF-8?q?=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" } ],