Reapply "Change BLE advertising name to STAIR56E-03"

This reverts commit 4580606cdf.
This commit is contained in:
2026-08-09 12:30:52 +08:00
parent 4580606cdf
commit 987b3c5bc9
@@ -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)