Closed
Description
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