work on getting iPhone working

This commit is contained in:
Lewis Moten
2024-05-17 16:27:37 -04:00
parent 4b4f166346
commit a3b28acef9
2 changed files with 13 additions and 6 deletions

View File

@@ -64,6 +64,7 @@ class ReceivePanel extends BasePanel {
}
setReceivedHtml = (html) => this.setHtmlById('text', html);
setReceivedBytes = bytes => {
console.log('received', bytes);
if(this.dataType === 'text') {
this.setValueById('text', bytesToText(bytes));
} else {