diff --git a/main/ble.c b/main/ble.c index b391fc7..32c162e 100644 --- a/main/ble.c +++ b/main/ble.c @@ -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;