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

Added unmuting of the LineOut.

pull/4/head
Holger Wirtz 7 years ago
parent a99f5ebca3
commit e93d8f6eac
  1. 1
      MicroDexed.ino

@ -153,6 +153,7 @@ void setup()
//sgtl5000_1.dacVolumeRamp();
sgtl5000_1.dacVolumeRampLinear();
sgtl5000_1.unmuteHeadphone();
sgtl5000_1.unmuteLineout();
sgtl5000_1.autoVolumeDisable(); // turn off AGC
sgtl5000_1.volume(1.0, 1.0);
#endif

Loading…
Cancel
Save