From 78586c0b37308415126e21753605301088036671 Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Date: Wed, 15 Nov 2023 16:34:37 +0100 Subject: [PATCH] feat: Update custom chips release --- boards/esp32-c3-rust-1/board.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/esp32-c3-rust-1/board.json b/boards/esp32-c3-rust-1/board.json index 2c401f3..0a8d98d 100644 --- a/boards/esp32-c3-rust-1/board.json +++ b/boards/esp32-c3-rust-1/board.json @@ -13,12 +13,12 @@ "chips": [ { "id": "sens1", - "type": "github:SergioGasquez/wokwi-icm42670p@0.0.4", + "type": "github:SergioGasquez/wokwi-icm42670p@0.1", "name": "IMU" }, { "id": "sens2", - "type": "github:SergioGasquez/wokwi-shtc3@0.0.1", + "type": "github:SergioGasquez/wokwi-shtc3@0.1", "name": "Environmental Sensor" } ],