-
Notifications
You must be signed in to change notification settings - Fork 65
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
send deviceID instead of name from input device #219
base: main
Are you sure you want to change the base?
Conversation
Firmware for this pull request: |
Firmware for this pull request: |
@elral Sorry, I forgot that file. |
Firmware for this pull request: |
Firmware for this pull request: |
Firmware for this pull request: |
Firmware for this pull request: |
Firmware for this pull request: |
Firmware for this pull request: |
Firmware for this pull request: |
Firmware for this pull request: |
Firmware for this pull request: |
Firmware for this pull request: |
Firmware for this pull request: |
Firmware for this pull request: |
Firmware for this pull request: |
Firmware for this pull request: |
Firmware for this pull request: |
Firmware for this pull request: |
Firmware for this pull request: |
Firmware for this pull request: |
Board and firmware folder for this pull request: |
Board and firmware folder for this pull request: |
Board and firmware folder for this pull request: |
Board and firmware folder for this pull request: |
Board and firmware folder for this pull request: |
Board and firmware folder for this pull request: |
Board and firmware folder for this pull request: |
Description of changes
All input devices will now send there deviceID (means the xth device of same type registered) to the connector instead of the name if the status has changed.
This will reduce the serial traffic and reduce the RAM consumption as the NameBuffer is not required anymore.
@GioCC will issue an additional pull request with the required changes for the input multiplexer. These changes are not part of this pull request. GioCC will also add the comment that issue 207 will be fixed, so it's not required here.
Changes in the connector are also required as the names are not send anymore.
Fixes #207
/edit: added reference to issue