send deviceID instead of name from input device#219
send deviceID instead of name from input device#219elral wants to merge 53 commits intoMobiFlight:mainfrom
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: |
|
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: |
|
Board and firmware folder for this pull request: |
|
Board and firmware folder for this pull request: |
|
There is no real demand for now to implement this feature. Also with all the memory optimazations from the past RAM is no real bottleneck anymore. We are short for some boards, but it's working. Additional features are also limited by available flash for some boards. |
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