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
[Problem]
Volume string allocates 8 characters but I only need 5.
[Solution]
Only allocate 5 characters for the volume string.
[Testing]
Tested and confirmed working on device.
0 commit comments