Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/MicroDexed/blame/commit/d38644648ee4bc1c1f43ffed1c65ac478d5e3293/third-party/TeensyVariablePlayback/examples/sd_raw/CMakeLists.txt
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
cmake_minimum_required(VERSION 3.10)
|
|
|
|
project(sd_raw)
|
|
|
|
set(CMAKE_CXX_STANDARD 14)
|
|
|
|
teensy_include_directories(../../src)
|
|
|
|
teensy_add_executable(sd_raw sd_raw.ino)
|
|
|
|
teensy_target_link_libraries(sd_raw SD SdFat teensy_variable_playback Audio SPI SerialFlash cores Wire arm_math)
|