Set device name and appearance in makefile

This commit is contained in:
Ben V. Brown
2022-11-20 17:59:35 +11:00
parent 493af2ae1e
commit e88c064390

View File

@@ -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 \