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

DHCP retry #9

Open
malachib opened this issue Dec 26, 2023 · 0 comments
Open

DHCP retry #9

malachib opened this issue Dec 26, 2023 · 0 comments

Comments

@malachib
Copy link
Contributor

malachib commented Dec 26, 2023

I as a user would like DHCP to auto retry so that network outages don't throw off IP address acquisition due to the fact ESP boots faster than the router does

ACCEPTANCE CRITERIA:

  • If no IP address present, once every 5 minutes re-attempt to acquire it
  • Applies to l

NOTES:

  • About 90% sure that we miss our window to grab DHCP and then we don't retry very much. Not 100% proven exactly
  • Consider an alert LED if available for this case - only because it's so hard to 100% prove
  • peripheral test doesn't use embr::services, so do this manual esp-idf event style (example/test programs want to keep dependencies to a minimum)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant