Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/FixedPointsArduino/src/commit/e7c235ab7f839f8f7e5cf4a7892bdb8d57d8ac2b/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.6",
"frameworks": "arduino"
}