Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/MicroDexed/src/commit/f51adcc57c819552b5859a89f9e9fb8a91ef434f/third-party/OpenAudio_ArduinoLibrary/examples/TestLoader/TestLoader.ino
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
/* TestLoader.ino Bob Larkin 3 July 2020
|
|
*/
|
|
|
|
void setup(void) {
|
|
Serial.begin(9600);
|
|
while(!Serial) ;
|
|
Serial.println("Test Loader");
|
|
}
|
|
|
|
void loop() {
|
|
}
|
|
|