From 8342466d0b4f253ef93002bc696f8935758db9c0 Mon Sep 17 00:00:00 2001 From: reasje Date: Tue, 16 Jul 2024 20:33:55 +0330 Subject: [PATCH] fix: Event name is undefined --- assets/js/bluetooth/bluetooth.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/js/bluetooth/bluetooth.js b/assets/js/bluetooth/bluetooth.js index bc536517..5a1201d7 100644 --- a/assets/js/bluetooth/bluetooth.js +++ b/assets/js/bluetooth/bluetooth.js @@ -371,12 +371,12 @@ class AXSBluetooth { } } - updateCharacteristicValue(characteristicUUID, value) { + updateCharacteristicValue(characteristicUUID, value) { console.log( "AXSBluetooth:updateCharacteristicValue ", characteristicUUID, " ", - eventName + value ); const bytes = new Uint8Array(value); console.log("Bytes : ", bytes);