Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of changes
From time to time it happens that a board is not recognized from the connector. For now the reason is unclear.
Some times it happens, that a board sends messages from inputs even that they are initialized on their actual status. It might be that these messages are send when the connector expects the board info and therefore these messages are interpreted as info. As they are totally diferent to the board info message, the connector will not recognize this board.
On start up from a board the config gets loaded and status changes of input devices get send afterwords. With this change an additional flag is added that suppress messages from input devices until the config was read from the connector. Hopefully this will fix the connection problems which occur sometimes.