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

Dateien hochladen nach „“

pull/41/head
positionhigh 4 years ago
parent ea7048bba8
commit 148248e84b
  1. 6
      UI.hpp

@ -3766,9 +3766,9 @@ void UI_func_voice_select(uint8_t param)
int8_t voice_tmp;
// Reset Performance Modifiers to 0 after every preset change
//perform_attack_mod=0;
//perform_release_mod=0;
//active_perform_page = 1;
perform_attack_mod=0;
perform_release_mod=0;
active_perform_page = 1;
if (LCDML.BT_checkUp())
{

Loading…
Cancel
Save