You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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:
NOTES:
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)The text was updated successfully, but these errors were encountered: