mini 光强传感器修改

This commit is contained in:
Irene-Maxine
2024-10-19 15:31:53 +08:00
parent ee8605b986
commit c87082bd37

View File

@@ -619,7 +619,7 @@ export const sensor_LTR308 = {
init: function () {
this.setColour(SENSOR_ONBOARD_HUE);
this.appendDummyInput()
.appendField(Blockly.Msg.MIXLY_RTC_GET_TIME_STR);
.appendField(Blockly.Msg.MIXLY_ESP32_LIGHT);
this.setOutput(true, Number);
this.setInputsInline(true);
this.setTooltip(Blockly.Msg.ESP32_SENSOR_NIXGO_LIGHT_TOOLTIP);