Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove call to randomSeed() #2374

Merged
merged 1 commit into from
Mar 23, 2023
Merged

Conversation

code8buster
Copy link
Contributor

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

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 meshtastic#2357
@github-actions
Copy link
Contributor

🤖 Pull request artifacts

file commit
pr2374-firmware-2.1.4.bc07f93.zip bc07f93

thebentern added a commit to meshtastic/artifacts that referenced this pull request Mar 23, 2023
@thebentern thebentern merged commit 958d2cf into meshtastic:master Mar 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants