Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/MicroDexed/commit/5eaeeff4b124b04a13bdc3e25a565fb71c1f7817 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed VolumeRamp.

pull/4/head
Holger Wirtz 7 years ago
parent 44e21b8777
commit 5eaeeff4b1
  1. 2
      MicroDexed.ino

@ -135,6 +135,8 @@ void setup()
amp1.gain(1.0); // normal audio
amp2.gain(1.0); // normal audio
sgtl5000_1.enable();
//sgtl5000_1.dacVolumeRamp();
sgtl5000_1.dacVolumeRampLinear();
sgtl5000_1.unmuteHeadphone();
sgtl5000_1.autoVolumeDisable(); // turn off AGC
sgtl5000_1.volume(1.0,1.0);

Loading…
Cancel
Save