Skip to content

Conversation

SumolX
Copy link
Contributor

@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
Contributor 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.

1 participant