mirror of
https://github.com/silenty4ng/k5web
synced 2025-01-09 13:24:38 +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
|
continue
|
||||||
};
|
};
|
||||||
if(last_byte != 0x00){
|
if(last_byte != 0x00){
|
||||||
|
try{
|
||||||
dataString += FONT_MAPPING_117[last_byte][uint8Array[i]]
|
dataString += FONT_MAPPING_117[last_byte][uint8Array[i]]
|
||||||
|
}catch{}
|
||||||
last_byte = 0x00
|
last_byte = 0x00
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue