瀏覽代碼

Update index.html

changed
{"type":"AudioOutputPWM",        "resource":"DAC1",           "shareable":false},
to
{"type":"AudioOutputPWM",        "resource":"PWM",           "shareable":false},
dds
Jannik 3 年之前
父節點
當前提交
be912d65d8
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      gui/index.html

+ 1
- 1
gui/index.html 查看文件

@@ -433,7 +433,7 @@ span.mainfunction {color: #993300; font-weight: bolder}
{"type":"AudioOutputAnalogStereo","resource":"DAC1", "shareable":false},
{"type":"AudioOutputAnalogStereo","resource":"DAC2", "shareable":false},
{"type":"AudioOutputAnalogStereo","resource":"Sample Rate", "shareable":true, "setting":"Teensy Control"},
{"type":"AudioOutputPWM", "resource":"DAC1", "shareable":false},
{"type":"AudioOutputPWM", "resource":"PWM", "shareable":false},
{"type":"AudioOutputPWM", "resource":"Sample Rate", "shareable":true, "setting":"Teensy Control"},
{"type":"AudioOutputMQS", "resource":"MSQ Device", "shareable":false},
{"type":"AudioOutputMQS", "resource":"Sample Rate", "shareable":true, "setting":"Teensy Control"},

Loading…
取消
儲存