From 848cee1b9062d6b5e91cab82c43e55cf2db90a90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=AB=8B=E5=B8=AE?= <3294713004@qq.com> Date: Tue, 18 Nov 2025 00:08:07 +0800 Subject: [PATCH] =?UTF-8?q?fix(board):=20=E4=BF=AE=E5=A4=8Dmp=20k210?= =?UTF-8?q?=E4=B8=8B=20`=E7=BD=91=E7=BB=9C=E8=AF=B7=E6=B1=82`=20=E5=88=86?= =?UTF-8?q?=E7=B1=BB=E6=98=BE=E7=A4=BA=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- boards/default_src/micropython_k210_mixgoai/index.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/boards/default_src/micropython_k210_mixgoai/index.js b/boards/default_src/micropython_k210_mixgoai/index.js index b75ee3db..2c41f175 100644 --- a/boards/default_src/micropython_k210_mixgoai/index.js +++ b/boards/default_src/micropython_k210_mixgoai/index.js @@ -38,10 +38,12 @@ import { MicroPythonBlynkBlocks, MicroPythonDisplayBlocks, MicroPythonIotBlocks, + MicroPythonNetworkBlocks, MicroPythonActuatorGenerators, MicroPythonBlynkGenerators, MicroPythonDisplayGenerators, - MicroPythonIotGenerators + MicroPythonIotGenerators, + MicroPythonNetworkGenerators } from '@mixly/micropython'; import { @@ -116,6 +118,7 @@ Object.assign( MicroPythonDisplayBlocks, MicroPythonBlynkBlocks, MicroPythonActuatorBlocks, + MicroPythonNetworkBlocks, MicropythonK210MixgoAIActuatorBlocks, MicropythonK210MixgoAIAIBlocks, MicropythonK210MixgoAIAVBlocks, @@ -156,6 +159,7 @@ Object.assign( MicroPythonDisplayGenerators, MicroPythonBlynkGenerators, MicroPythonActuatorGenerators, + MicroPythonNetworkGenerators, MicropythonK210MixgoAIActuatorGenerators, MicropythonK210MixgoAIAIGenerators, MicropythonK210MixgoAIAVGenerators,