修改调整音量

This commit is contained in:
Irene-Maxine
2025-09-01 16:30:02 +08:00
parent 27ae6faf1e
commit 03d083b54f
9 changed files with 106 additions and 81 deletions

View File

@@ -94,8 +94,6 @@ export const inout_analog_atten = {
.appendField(Blockly.Msg.MIXLY_ESP32_REF_VOLTAGE + Blockly.Msg.MIXLY_STAT)
.appendField(new Blockly.FieldDropdown([
["3.3V", "machine.ADC.ATTN_11DB"],
["2.2V", "machine.ADC.ATTN_6DB"],
["1.5V", "machine.ADC.ATTN_2_5DB"],
["1.2V", "machine.ADC.ATTN_0DB"]
]), "atten");
this.setInputsInline(true);