Fix: 修复micropython下一些块msg异常

This commit is contained in:
王立帮
2024-12-03 15:01:07 +08:00
parent d97c70fb36
commit 5aedcce062
7 changed files with 7 additions and 7 deletions

View File

@@ -624,7 +624,7 @@ export const CI130X_SET_SYSTEM_CMD = {
[Blockly.Msg.MIXLY_MINIMUM,"205"],
[Blockly.Msg.MIXLY_OPEN_RESPONSE,"206"],
[Blockly.Msg.MIXLY_CLOSE_RESPONSE,"207"],
[Blockly.Msg.MIXLY_QUIT,"208"]
[Blockly.Msg.MIXLY_QUIT_WAKE_UP,"208"]
]),"cmd")
this.setPreviousStatement(true);
this.setNextStatement(true);