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

Dateien hochladen nach „“

pull/81/head
positionhigh 4 years ago
parent d24b2897d5
commit a0a2418b2a
  1. 6
      config.h

@ -630,9 +630,11 @@
#define EQ_7_MAX 10 #define EQ_7_MAX 10
#define EQ_7_DEFAULT 0 #define EQ_7_DEFAULT 0
// Buffer size for load/save configuration as JSON // Buffer for load/save configuration as JSON
#define JSON_BUFFER 8192 //This line put back to resolve a merge conflict. this line should be removed #define JSON_BUFFER 8192
// JSON_BUFFER line above can be deleted, put this back in to resolve conflict.
#define JSON_BUFFER_SIZE 8192 #define JSON_BUFFER_SIZE 8192

Loading…
Cancel
Save