Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/MicroDexed/commit/9f1dafd399c7d6b8598b0d409ceb8c789ec2d3ce?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

Merge branch 'dev' of dirkenstein/MicroDexed into dev

pull/15/head
Holger Wirtz 6 years ago committed by Gitea
commit 9f1dafd399
  1. 2
      UI.hpp

@ -1949,7 +1949,7 @@ void UI_func_voice_selection(uint8_t param)
break;
}
for (int x = 2; x < LCD_rows; x++) {
lcd.show(x, 0, LCD_cols + 1, " ");
lcd.show(x, 0, LCD_cols, " ");
}
}

Loading…
Cancel
Save