From 987b3c5bc9d348d22d67af2f5c2048d4a767838d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E7=90=AA?= Date: Sun, 9 Aug 2026 12:30:52 +0800 Subject: [PATCH] Reapply "Change BLE advertising name to STAIR56E-03" This reverts commit 4580606cdf1317ea7b6398e7aa8f1bbaff20aff2. --- project/example/ble/ble_peripheral/app/api/app_task.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/example/ble/ble_peripheral/app/api/app_task.h b/project/example/ble/ble_peripheral/app/api/app_task.h index f5d12c1..991aa17 100644 --- a/project/example/ble/ble_peripheral/app/api/app_task.h +++ b/project/example/ble/ble_peripheral/app/api/app_task.h @@ -50,7 +50,7 @@ } /// Default Device Name -#define APP_DFLT_DEVICE_NAME ("STAIR56E-02") +#define APP_DFLT_DEVICE_NAME ("STAIR56E-03") #define APP_DFLT_DEVICE_NAME_LEN (sizeof(APP_DFLT_DEVICE_NAME))//must not be greater than APP_DEVICE_NAME_MAX_LEN /// Maximal length of the Device Name value #define APP_DEVICE_NAME_MAX_LEN (18)