File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -462,9 +462,9 @@ o.append(" | SIM: ");
462
462
if (s .substr (0 , 12 ) == "\r\n+CME ERROR" ) { o .append ("No SIM!" ); }
463
463
else if (s .substr (0 , 14 ) == "\r\n+CPIN: READY" ) { o += "OK" ; }
464
464
else if (s .substr (0 , 16 ) == "\r\n+CPIN: SIM PIN" ) { o += "Insert PIN !" ; }
465
- else if (s .substr (0 , 16 ) == "\r\n+CPIN: SIM PUK" ) { o += "Insert PUK ! " ; }
466
- else if (s .substr (0 , 17 ) == "\r\n+CPIN: SIM PIN2" ) { o += "Re insert PIN " ; }
467
- else if (s .substr (0 , 17 ) == "\r\n+CPIN: SIM PUK2" ) { o += "Re insert PUK " ; }
465
+ else if (s .substr (0 , 16 ) == "\r\n+CPIN: SIM PUK" ) { o += "Insert PUK and new PIN! Like:12345678,1234 " ; }
466
+ else if (s .substr (0 , 17 ) == "\r\n+CPIN: SIM PIN2" ) { o += "Re insert PIN2(?) " ; } //untested
467
+ else if (s .substr (0 , 17 ) == "\r\n+CPIN: SIM PUK2" ) { o += "Insert PUK2 and new PIN2(?) " ; } //untested
468
468
else { o += " Error: " ; o .append (s , 2 , ln - 3 ); }
469
469
} else { o = "Serial Error !" ; }
470
470
sstat (o );
You can’t perform that action at this time.
0 commit comments