Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/FixedPointsArduino/commit/a2660d2cecdc1d48e4ea657166ec4986377d0a78?style=unified&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update to v1.0.5

pull/24/head v1.0.5
Pharap 8 years ago committed by GitHub
parent 8d308632a5
commit a2660d2cec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      library.json
  2. 2
      library.properties

@ -13,6 +13,6 @@
"url": "https://github.com/Pharap/FixedPointsArduino.git"
},
"license": "Apache-2.0",
"version": "1.0.4",
"version": "1.0.5",
"frameworks": "arduino"
}

@ -1,5 +1,5 @@
name=FixedPoints
version=1.0.4
version=1.0.5
author=Pharap
maintainer=Pharap
sentence=A template library for defining fixed point types of varying sizes.

Loading…
Cancel
Save