update const device_name to use CONFIG_BARBACK_ID

This commit is contained in:
Morgan 'ARR\!' Allen 2020-10-28 20:52:52 -07:00
parent c9f5de05c2
commit 365a91ad0d
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
#define CONFIG_CACO_MAX_SERVICES (10)
#define CACO_BLE_ADV_PERIOD (4000)
static const char *device_name = "Barback";
static const char *device_name = CONFIG_BARBACK_ID;
static uint8_t blehr_addr_type;
static uint8_t callback_handler_count = 0;