From e88c06439014bfba9c09c0b44febc751977a6e68 Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Sun, 20 Nov 2022 17:59:35 +1100 Subject: [PATCH] Set device name and appearance in makefile --- source/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/Makefile b/source/Makefile index 599b6608..71041fa4 100644 --- a/source/Makefile +++ b/source/Makefile @@ -351,7 +351,9 @@ DEV_GLOBAL_DEFS= -DCFG_FREERTOS \ -DCONFIG_BT_BROADCASTER \ -DBFLB_USE_ROM_DRIVER \ -DCFG_BLE_STACK_DBG_PRINT \ --DportasmHANDLE_INTERRUPT=FreeRTOS_Interrupt_Handler +-DportasmHANDLE_INTERRUPT=FreeRTOS_Interrupt_Handler \ +-DCONFIG_BT_DEVICE_NAME=\"Pinecil\" \ +-DCONFIG_BT_DEVICE_APPEARANCE=0x06C1 # -DBFLB_USE_HAL_DRIVER # -DCONFIG_BT_SMP \