Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This function causes the new arduino-esp32 core to revert to the pseudorandom behavior specified in Arduino. Calls to random() automatically use esp_random() if randomSeed or useRealRandomGenerator(false) aren't called. Tentative fix for #2357
- Loading branch information