Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/MicroDexed/commit/a9b10f4729effac44e3638633adaa2d8b73d373d?style=unified&whitespace=ignore-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
//sgtl5000.enhanceBass(1.0, 1.5, 0, 5); // enhanceBass(1.0, 1.0, 1, 2); // Configures the bass enhancement by setting the levels of the original stereo signal and the bass-enhanced mono level which will be mixed together. The high-pass filter may be enabled (0) or bypassed (1).
//sgtl5000.surroundSoundEnable();
@ -663,7 +664,7 @@ void loop()
if(seq_step!=seq_UI_last_step)
{
seq_UI_last_step=seq_step;
if(LCDML.FUNC_getID()==LCDML.OTHER_getIDFromFunction(UI_func_sequencer))//is in UI of Sequencer
if(LCDML.FUNC_getID()==LCDML.OTHER_getIDFromFunction(UI_func_seq_pattern_editor))//is in UI of Sequencer