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

Optimize hostname variable size #9677

Merged
merged 3 commits into from
Oct 2, 2024
Merged

Conversation

RetiredWizard
Copy link

This PR updates the cpy_default_hostname variable length to exactly what's needed rather than 80 characters.

If there's any value in using an mp_obj_ type variable rather than a char array to store cpy_default_hostname let me know and I can try to get that to work in another PR.

@RetiredWizard
Copy link
Author

The sunton_esp32_8048S050 was added after the PR which removed all the CONFIG_LWIP_LOCAL_HOSTNAME statements from sdkconfig was based. I added an update for that board to this PR as well.

@dhalbert dhalbert requested a review from tannewt October 2, 2024 15:27
Copy link
Member

@tannewt tannewt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the update!

@tannewt tannewt merged commit a9e50e2 into adafruit:main Oct 2, 2024
15 checks passed
@RetiredWizard RetiredWizard deleted the lmhostname branch October 5, 2024 01:15
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.

2 participants