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

Revert mechanism for serial generation for Arduino AVRs #237

Closed
DocMoebiuz opened this issue Mar 15, 2023 · 0 comments · Fixed by #238
Closed

Revert mechanism for serial generation for Arduino AVRs #237

DocMoebiuz opened this issue Mar 15, 2023 · 0 comments · Fixed by #238
Assignees
Labels
bug Something isn't working hotfix

Comments

@DocMoebiuz
Copy link
Collaborator

DocMoebiuz commented Mar 15, 2023

In #230 we added a new way for generating Serial numbers for the boards. For the PICO this works fine, because the chips have an individual serial numbers.
For the Arduino family, it doesn't work well... we have a batch of Mega boards that all ended up with the same serial.

We want to:

  • use a similar logic as before
  • instead of using A0 for random seed, we will be using the "millis()" function which will lead to unique serials
  • the meachanism for the raspberry Pico will be untouched
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hotfix
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants