Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/FixedPointsArduino/src/commit/9ef3a6e418430159dbc8dbc2cfb4a19a2e39d230/library.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
 
 
FixedPointsArduino/library.json

18 lines
463 B

{
"name": "FixedPoints",
"description": "A templated header-only fixed point arithmetic library aimed at Arduino",
"keywords": "maths, fixed, point, fixed point, arithmetic",
"authors":
{
"name": "Pharap",
"url": "https://github.com/Pharap"
},
"repository":
{
"type": "git",
"url": "https://github.com/Pharap/FixedPointsArduino.git"
},
"license": "Apache-2.0",
"version": "1.0.8",
"frameworks": "arduino"
}