Skip to content

line too small in NVM.ino loadSystemSettingsFromFileSD #645

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

Closed
PaulZC opened this issue Sep 8, 2023 · 1 comment
Closed

line too small in NVM.ino loadSystemSettingsFromFileSD #645

PaulZC opened this issue Sep 8, 2023 · 1 comment

Comments

@PaulZC
Copy link
Contributor

PaulZC commented Sep 8, 2023

I noticed Settings line 61 too long errors after manually entering a PP device profile token.

This line of code defines line to be 60 characters. But the line containing the pointPerfectDeviceProfileToken can be 68 characters - excluding the terminator. The 60 needs to be increased to (at least) 70. 100 might be a better choice to match parseLine.

Ditto for this line

@nseidle
Copy link
Member

nseidle commented Sep 28, 2023

This has been fixed in v3.9.

@nseidle nseidle closed this as completed Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants