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

send deviceID instead of name from input device #219

Open
wants to merge 46 commits into
base: main
Choose a base branch
from

Conversation

elral
Copy link
Collaborator

@elral elral commented Nov 9, 2022

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

@github-actions
Copy link

github-actions bot commented Nov 9, 2022

Firmware for this pull request:
Firmware.zip

GioCC added a commit to GioCC/MobiFlight-FirmwareSource that referenced this pull request Nov 9, 2022
@github-actions
Copy link

Firmware for this pull request:
Firmware.zip

@GioCC
Copy link
Contributor

GioCC commented Nov 10, 2022

@elral Sorry, I forgot that file.
The offending MuxDigInEvent typedef declaration has to be completely removed from MFMuxDriver.h, it had no business being there in the first place (as it's already in MFDigInMux.h where it belongs).

@github-actions
Copy link

Firmware for this pull request:
Firmware.zip

@github-actions
Copy link

github-actions bot commented Dec 6, 2022

Firmware for this pull request:
Firmware.zip

@github-actions
Copy link

github-actions bot commented Dec 6, 2022

Firmware for this pull request:
Firmware.zip

@github-actions
Copy link

github-actions bot commented Dec 8, 2022

Firmware for this pull request:
Firmware.zip

@github-actions
Copy link

github-actions bot commented Dec 8, 2022

Firmware for this pull request:
Firmware.zip

@github-actions
Copy link

github-actions bot commented Dec 9, 2022

Firmware for this pull request:
Firmware.zip

@github-actions
Copy link

Firmware for this pull request:
Firmware.zip

@github-actions
Copy link

Firmware for this pull request:
Firmware.zip

@github-actions
Copy link

github-actions bot commented Jan 6, 2023

Firmware for this pull request:
Firmware.zip

@github-actions
Copy link

github-actions bot commented Jan 6, 2023

Firmware for this pull request:
Firmware.zip

Copy link

github-actions bot commented Nov 9, 2023

Firmware for this pull request:
Firmware.zip

Copy link

Firmware for this pull request:
Firmware.zip

Copy link

Firmware for this pull request:
Firmware.zip

Copy link

Firmware for this pull request:
Firmware.zip

Copy link

Firmware for this pull request:
Firmware.zip

Copy link

Firmware for this pull request:
Firmware.zip

Copy link

Firmware for this pull request:
Firmware.zip

Copy link

github-actions bot commented Jan 5, 2024

Firmware for this pull request:
Firmware.zip

Copy link

github-actions bot commented Jan 8, 2024

Firmware for this pull request:
Firmware.zip

Copy link

Firmware for this pull request:
Firmware.zip

Copy link

Firmware for this pull request:
Firmware.zip

Copy link

github-actions bot commented May 5, 2024

Firmware for this pull request:
Firmware.zip

Copy link

github-actions bot commented May 6, 2024

Firmware for this pull request:
Firmware.zip

Copy link

Board and firmware folder for this pull request:
Mobiflight-Connector.zip

Copy link

Board and firmware folder for this pull request:
Mobiflight-Connector.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Eliminate the nameBuffer for freeing up additional RAM
3 participants