From 526ed0cf063b786cd61bce325c33cbb1a8d02dcf Mon Sep 17 00:00:00 2001 From: Coca-Cola <1173305591@qq.com> Date: Tue, 24 Mar 2026 07:09:14 +0000 Subject: [PATCH] config.json. Signed-off-by: Coca-Cola <1173305591@qq.com> --- config.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/config.json b/config.json index ddd0b38..1813121 100644 --- a/config.json +++ b/config.json @@ -1,23 +1,23 @@ { "name": { - "zh-cn": "OLED-12864显示屏(示例)", - "en": "OLED-12864 screen" + "zh-cn": "ASR语音识别", + "en": "ASR Speech Recognition" }, "description": { - "zh-cn": "小体积显示屏,可用于智能穿戴设备的显示器。(用户库示例)", - "en": "I2C OLED-2864 Display Module" + "zh-cn": "具有简单语音识别功能和语音播报功能", + "en": "UART Speech Recognition Module" }, - "author": "DFRobot", - "email": "MindPlus@dfrobot.com", + "author": "ZCC1201", + "email": "1173305591@qq.com", "license": "MIT", "isBoard": false, - "id": "oled12864", + "id": "Speech001", "platform": ["win", "mac", "web"], - "version": "0.0.3", + "version": "0.0.1", "asset": { "arduinoC": { "dir": "arduinoC/", - "version": "0.0.3", + "version": "0.0.1", "board": ["microbit", "esp32"], "main": "main.ts" } -- Gitee