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

Add Arduino Due support (#16)

Automatically disables random number functionality for Arduino Due.
pull/24/head
Pharap 7 years ago committed by GitHub
parent 5880da2e35
commit 8d308632a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/FixedPoints/Details.h

@ -31,7 +31,7 @@
#define FIXED_POINTS_DETAILS FixedPointsDetails
#endif
#if defined(ESP8266)
#if defined(ESP8266) || defined(ARDUINO_SAM_DUE)
#define FIXED_POINTS_NO_RANDOM
#endif

Loading…
Cancel
Save