From f428b83fabf6a5c426aec039a8fcdd78828ebd83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=AB=8B=E5=B8=AE?= <3294713004@qq.com> Date: Sat, 22 Mar 2025 20:30:28 +0800 Subject: [PATCH] =?UTF-8?q?Fix(boards):=20=E4=BF=AE=E5=A4=8Dmicropython=5F?= =?UTF-8?q?esp32s3=E4=B8=8B=E9=A1=B5=E9=9D=A2=E8=BD=BD=E5=85=A5=E5=90=8E?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E7=AE=A1=E8=84=9A=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_esp32s3/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/default_src/micropython_esp32s3/index.js b/boards/default_src/micropython_esp32s3/index.js index 64e6a0c8..2535b6ee 100644 --- a/boards/default_src/micropython_esp32s3/index.js +++ b/boards/default_src/micropython_esp32s3/index.js @@ -93,7 +93,7 @@ Blockly.generator = Python; Profile.default = {}; Object.assign(Profile, MicropythonESP32S3Pins); -Object.assign(Profile.default, MicropythonESP32S3Pins['MixGo CE']); +Object.assign(Profile.default, MicropythonESP32S3Pins['元控青春']); Object.assign( Blockly.Blocks,