feat(boards): 调整micropython下sensor_ms5611 XML

This commit is contained in:
王立帮
2025-03-28 10:33:09 +08:00
parent 7d7ac495bb
commit 0d96d7e7df
7 changed files with 252 additions and 161 deletions

View File

@@ -906,8 +906,7 @@ export const sensor_ms5611_extern_altitude = {
.appendField(Blockly.Msg.MIXLY_REF_TO_PRESSURE);
this.appendDummyInput()
.appendField(Blockly.Msg.MIXLY_CAL_TO_ALTITUDE);
this.setPreviousStatement(true);
this.setNextStatement(true);
this.setOutput(true, Number);
this.setInputsInline(true);
}
};