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

Esp32 target configuration #36

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

SumolX
Copy link

@SumolX SumolX commented Jul 4, 2024

Code base is now running on ESP32-S3-wroom-1 platform.

@SumolX SumolX marked this pull request as draft July 5, 2024 01:21
@SumolX
Copy link
Author

SumolX commented Jul 7, 2024

Library now successfully runs on a ESP32-S3 and I have 2 ESP32s both publishing and consuming each other's topics.

Not sure if this PR would be accepted as it does introduce a target specific function "esp_random()" in order to properly generate a random number since the current rand() function is based off ticks which if we use the same codebase on two seperate pieces of hardware and if the initialization routines are identical then the random generated number will be identical on both as I had experienced during my testing.

@SumolX SumolX marked this pull request as ready for review July 7, 2024 20:12
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.

None yet

1 participant