You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 thepointPerfectDeviceProfileToken
can be 68 characters - excluding the terminator. The 60 needs to be increased to (at least) 70. 100 might be a better choice to matchparseLine
.Ditto for this line
The text was updated successfully, but these errors were encountered: