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

17 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.60",
"exclude": [
"*.png",
"*.zip"
],
"frameworks": "arduino",
"platforms": "*"
}