mirror of
https://github.com/lewismoten/data-over-audio.git
synced 2026-03-24 12:10:59 +08:00
work on getting iPhone working
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user