Support ESP32 like ESP8266

By skipping the functions that use stdlib random().
pull/71/head
Juerd Waalboer 3 years ago
parent 8d0ef25aec
commit 61cd656073
  1. 2
      src/FixedPoints/Details.h

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

Loading…
Cancel
Save