From 3e22aafea84ff70c1991744c6e72686a7b1d9887 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Tue, 11 Oct 2022 20:01:26 -0500 Subject: [PATCH] Change UUID for FromRadio characteristic (#1785) --- src/BluetoothCommon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BluetoothCommon.h b/src/BluetoothCommon.h index 26c7b2cef..4352eba13 100644 --- a/src/BluetoothCommon.h +++ b/src/BluetoothCommon.h @@ -9,7 +9,7 @@ #define MESH_SERVICE_UUID "6ba1b218-15a8-461f-9fa8-5dcae273eafd" #define TORADIO_UUID "f75c76d2-129e-4dad-a1dd-7866124401e7" -#define FROMRADIO_UUID "8ba2bcc2-ee02-4a55-a531-c525c5e454d5" +#define FROMRADIO_UUID "2c55e69e-4993-11ed-b878-0242ac120002" #define FROMNUM_UUID "ed9da18c-a800-4f66-a670-aa7547e34453" // NRF52 wants these constants as byte arrays