Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/MicroDexed/blame/commit/83635fc80e32dea108fa9b7573a9435f3a9cd94d/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() {
|
|
|
|
}
|