From 70536af4c0ad37dae0c20bae2ae25bccb576dea1 Mon Sep 17 00:00:00 2001 From: morgan Date: Mon, 3 Aug 2026 15:54:09 -0700 Subject: [PATCH] change default name to not rely on config --- src/baros_ble.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/baros_ble.c b/src/baros_ble.c index ad7e67e..c40c31e 100644 --- a/src/baros_ble.c +++ b/src/baros_ble.c @@ -26,7 +26,7 @@ static uint16_t conn_handle; static uint16_t ble_svc_handle; static uint16_t svc_handle_button; static uint16_t svc_handle_name; -static const char *device_name = CONFIG_BARBACK_ID; +static const char *device_name = "BAROS"; typedef struct { uint16_t conn_handle;