From 49b7b13a36597699069fbaea1204eb0d4efde695 Mon Sep 17 00:00:00 2001 From: "jacob.eva" Date: Tue, 17 Sep 2024 16:19:05 +0100 Subject: [PATCH] Change Bluetooth name --- Bluetooth.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bluetooth.h b/Bluetooth.h index 4761e24..934024a 100644 --- a/Bluetooth.h +++ b/Bluetooth.h @@ -361,7 +361,7 @@ bool bt_setup_hw() { #endif unsigned char *hash = MD5::make_hash(data, BT_DEV_ADDR_LEN); memcpy(bt_dh, hash, BT_DEV_HASH_LEN); - sprintf(bt_devname, "RNode %02X%02X", bt_dh[14], bt_dh[15]); + sprintf(bt_devname, "openCom XL %02X%02X", bt_dh[14], bt_dh[15]); free(data); bt_ready = true;