Change BLE advertising name to STAIR56E-03

This commit is contained in:
2026-08-09 12:20:00 +08:00
parent 941ae740ec
commit 4fc6f729b0
@@ -50,7 +50,7 @@
} }
/// Default Device Name /// 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 #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 /// Maximal length of the Device Name value
#define APP_DEVICE_NAME_MAX_LEN (18) #define APP_DEVICE_NAME_MAX_LEN (18)