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

Corrected String lengths for SSID and NTP server name #875

Merged
merged 1 commit into from
Nov 15, 2023

Conversation

tobi-sys
Copy link
Contributor

According to the source in in /firmware/src/mesh/generated/meshtastic/config.pb.h the declarations are
char wifi_ssid[33];
char ntp_server[33];
so these variables can hold 32 characters and the terminator \0

Copy link

vercel bot commented Nov 10, 2023

@tobi-sys is attempting to deploy a commit to the Meshtastic Team on Vercel.

A member of the Team first needs to authorize it.

@CLAassistant
Copy link

CLAassistant commented Nov 10, 2023

CLA assistant check
All committers have signed the CLA.

@tobi-sys
Copy link
Contributor Author

relates to the pull request meshtastic/protobufs#402

According to the source in in /firmware/src/mesh/generated/meshtastic/config.pb.h 
the declarations are
char wifi_ssid[33];
char ntp_server[33];
so these variables can hold 32 characters and the terminator \0
@caveman99 caveman99 merged commit c1ca003 into meshtastic:master Nov 15, 2023
1 check passed
@tobi-sys tobi-sys deleted the patch-1 branch November 15, 2023 22:07
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.

3 participants