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

Do not enable Debug messages by default

pull/49/head
probonopd 3 years ago committed by GitHub
parent 6f3f2e12da
commit e28f91bc5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/minidexed.ini

@ -28,5 +28,5 @@ EncoderPinData=6
EncoderPinSwitch=26
# Debug
MIDIDumpEnabled=1
ProfileEnabled=1
MIDIDumpEnabled=0
ProfileEnabled=0

Loading…
Cancel
Save