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

dim4-bim112: Don't use delay() or Timeout in setup()/initApplication() #39

Open
Darthyson opened this issue Apr 5, 2023 · 0 comments
Open

Comments

@Darthyson
Copy link
Member

When programming the physical KNX address and application simultaneously using ETS, the device is restarted after programming the physical address by ETS. This causes setup() to be called again. While setup() is being processed, no telegrams are processed from the bus, which can result in a timeout of ETS trying to program the application.
Therefore, in my opinion, it would be better not to use delay() or Timeout timers in setup(), but to implement the startup delay logic in loop().

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