From 555dffe6db0d6ce7c90848bc9f9685575bcddcdb Mon Sep 17 00:00:00 2001 From: Grace Date: Mon, 17 Feb 2025 16:54:53 +0000 Subject: [PATCH 1/2] Fix build --- lib/bluetooth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bluetooth.ts b/lib/bluetooth.ts index 311c64e..428ef98 100644 --- a/lib/bluetooth.ts +++ b/lib/bluetooth.ts @@ -136,7 +136,7 @@ export interface MicrobitWebBluetoothConnection * * @param data UART message. */ - writeUART(data: Uint8Array): Promise; + uartWrite(data: Uint8Array): Promise; } /** From 8427e1b30f64dd82eb38e5a34eddae3cd7d4a463 Mon Sep 17 00:00:00 2001 From: Grace Date: Mon, 17 Feb 2025 17:09:12 +0000 Subject: [PATCH 2/2] Empty commit