change default name to not rely on config
This commit is contained in:
parent
a572217850
commit
70536af4c0
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue