> My old tablet’s model name was on a sticker on the inside of the case, but looking at the code I saw it needed the -EZ identifier tagged to end. So the string I was to return was “PIC7KS6-EZ”.
The code seems to allow for both "PIC7KS6-EZ" and "PIC7KS6" unless I'm misreading it.
You are correct this was actually and error in my re-collection. I remembered when writing that it was missing something but mistakenly thought it was the EZ. In fact the model number on the case was "PIC7KS" without the 6. Good spot.
Ah, in that case you were free to add any of {"6", "6-EZ", "-EZ"} because the code includes "PIC7KS-EZ" as well; you probably did choose "-EZ" after all!
The code seems to allow for both "PIC7KS6-EZ" and "PIC7KS6" unless I'm misreading it.