From fa5782c62a796d4a35ed2e445248565390475af0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B1=E5=90=B1=E6=BB=8B=E6=BB=8B31?= <16919385+squeezing-and-sizzling-31@user.noreply.gitee.com> Date: Sun, 3 May 2026 08:52:37 +0000 Subject: [PATCH] update config.json. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 吱吱滋滋31 <16919385+squeezing-and-sizzling-31@user.noreply.gitee.com> --- config.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/config.json b/config.json index ddd0b38..d4f23dc 100644 --- a/config.json +++ b/config.json @@ -1,24 +1,24 @@ { "name": { - "zh-cn": "OLED-12864显示屏(示例)", - "en": "OLED-12864 screen" + "zh-cn": "su03t", + "en": "su03t" }, "description": { - "zh-cn": "小体积显示屏,可用于智能穿戴设备的显示器。(用户库示例)", - "en": "I2C OLED-2864 Display Module" + "zh-cn": "语音识别模块", + "en": "su03t" }, - "author": "DFRobot", - "email": "MindPlus@dfrobot.com", + "author": "225622", + "email": "1799198652@qq.com", "license": "MIT", "isBoard": false, - "id": "oled12864", + "id": "su03t", "platform": ["win", "mac", "web"], - "version": "0.0.3", + "version": "0.0.1", "asset": { "arduinoC": { "dir": "arduinoC/", "version": "0.0.3", - "board": ["microbit", "esp32"], + "board": ["esp32","arduino","arduinonano","mega2560","firebeetleesp32","firebeetleesp32e"], "main": "main.ts" } } -- Gitee