1
0
Fork 0

remove more unused variables and functions from previous versions

master
Carl Chan 2024-12-25 19:07:24 -05:00
parent 3e24a5c599
commit d2f8d172fe
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ function setWORD(id,label){
layout.clear(layout[id]);
let data='--';
if (!isNaN(label)) {
let data=String(String(label).toString(16)).toUpperCase().padStart(2,'0').substring(0,2);
data=String(String(label).toString(16)).toUpperCase().padStart(2,'0').substring(0,2);
}
// print(id, data); //debug
layout[id].label=data;