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" } ]