mirror of
https://github.com/silenty4ng/k5web
synced 2025-01-07 20:33:28 +00:00
update
This commit is contained in:
parent
76542088d7
commit
0c35677669
1 changed files with 3 additions and 1 deletions
|
@ -1046,7 +1046,9 @@ function uint8ArrayToString(uint8Array){
|
|||
continue
|
||||
};
|
||||
if(last_byte != 0x00){
|
||||
dataString += FONT_MAPPING_117[last_byte][uint8Array[i]]
|
||||
try{
|
||||
dataString += FONT_MAPPING_117[last_byte][uint8Array[i]]
|
||||
}catch{}
|
||||
last_byte = 0x00
|
||||
continue
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue