From 3aef0c65ffdee5160107a695dee9d39fa5891456 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Wed, 9 Oct 2024 14:27:02 +0200 Subject: [PATCH] Update resources.ts Add M5Stack CoreS3 --- types/resources.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/types/resources.ts b/types/resources.ts index baf5418..6b72cc9 100644 --- a/types/resources.ts +++ b/types/resources.ts @@ -360,6 +360,14 @@ export const OfflineHardwareList = [ "architecture": "nrf52840", "activelySupported": true, "displayName": "Seeed Card Tracker T1000-E", + }, + { + "hwModel": 80, + "hwModelSlug": "M5STACK_CORES3", + "platformioTarget": "m5stack-cores3", + "architecture": "esp32-s3", + "activelySupported": true, + "displayName": "M5Stack CoreS3" } ]