Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/MicroDexed/src/commit/cff632c74f530908e875629cfa1566346e9bd79c/third-party/Bounce2/library.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
MicroDexed/third-party/Bounce2/library.json

16 lines
347 B

{
"name": "Bounce2",
"keywords": "bounce, signal, input, ouput",
"description": "Debouncing library for Arduino or Wiring",
"repository": {
"type": "git",
"url": "https://github.com/thomasfredericks/Bounce2.git"
},
"version": "2.52",
"exclude": [
"*.png",
"*.zip"
],
"frameworks": "arduino",
"platforms": "*"
}