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

Use correct size for nameBuffer #262

Merged
merged 2 commits into from
Oct 23, 2023
Merged

Conversation

elral
Copy link
Collaborator

@elral elral commented Oct 23, 2023

Description of changes

We introduced a new macro #define MEMLEN_NAMES_BUFFER to reduce the size / length of the nameBuffer.
By accident, the init code still uses the old name MEM_LEN_CONFIG which is using a bigger value.

This PR uses the correct macro: MEMLEN_NAMES_BUFFER for intializiing nameBuffer

@github-actions
Copy link

Firmware for this pull request:
Firmware.zip

@DocMoebiuz DocMoebiuz changed the title use intended size for nameBuffer Use correct size for nameBuffer Oct 23, 2023
@DocMoebiuz DocMoebiuz merged commit 3a1c77e into MobiFlight:main Oct 23, 2023
1 check passed
@elral elral deleted the Reduce-RAM-usage branch October 23, 2023 20:38
@DocMoebiuz DocMoebiuz added the bug Something isn't working label Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants