-
Notifications
You must be signed in to change notification settings - Fork 5
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
Expander improvements I #74
Conversation
Delaying the main task is generally not a good idea. If it is delayed too long, the esp watchdog will trigger and will reset the esp. |
What's changed (overall)
|
I also tested the expander changes with the current main version. Seems to work as expected. |
* update: is alive * update: add heartbeat handling (proxy & nonproxy) and recovery * move call to the buttom * update: improved proxy handling * update: improved "is_ready" handling with step and expander module's ready signal * update: fix timeout logic, fix casting, refactor * update: directly use pointer to expander is_ready
It seems to be working. But I muted the "__PONG__" answer, since it leads to a lot of unnecessary spam. |
This is from #18