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

Fixed to not have compile error for Teensy before T3.5

pull/16/merge
boblark 2 years ago
parent 573b37812b
commit 88126e2b21
  1. 1
      AudioFilterConvolution_F32.h

@ -101,6 +101,7 @@
* Separated Teensy 3 and 4 parts. Thanks Paul Bob 16 Jan 2023 * Separated Teensy 3 and 4 parts. Thanks Paul Bob 16 Jan 2023
* *
* ************************************************************ */ * ************************************************************ */
// Only exists for T3.5 through T4.1:
#if defined(__MK64FX512__) || defined(__MK66FX1M0__) || defined(__IMXRT1062__) #if defined(__MK64FX512__) || defined(__MK66FX1M0__) || defined(__IMXRT1062__)
#ifndef AudioFilterConvolution_F32_h_ #ifndef AudioFilterConvolution_F32_h_

Loading…
Cancel
Save