Going back to Device in Settings will cause a baseui error
Fix
I found that the calibration files get removed, so when it tries to parse the json it's probably null. I decided to wrap it in a try{}catch{} and it seemed to fix the problem for me until it's plugged back into the vehicle. There's probably a better way, but thought I should make this to let it be known.
How to reproduce
Fix I found that the calibration files get removed, so when it tries to parse the json it's probably null. I decided to wrap it in a try{}catch{} and it seemed to fix the problem for me until it's plugged back into the vehicle. There's probably a better way, but thought I should make this to let it be known.