mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-24 21:39:55 +00:00
mesh: print used vendor model in mesh_pts
This commit is contained in:
parent
792aee0301
commit
cecccdbb59
@ -642,8 +642,8 @@ int btstack_main(void)
|
||||
btstack_parse_hex("001BDC0810210B0E0A0C000B0E0A0C00", 16, label_uuid);
|
||||
pts_virtual_addresss = mesh_virtual_address_register(label_uuid, 0x9779);
|
||||
|
||||
printf("TSPX_iut_model_id_used 0x1000 (Generic OnOff Server)\n");
|
||||
|
||||
printf("TSPX_iut_model_id 0x1000 (Generic OnOff Server)\n");
|
||||
printf("TSPX_vendor_model_id 0x%08x\n", mesh_vendor_model.model_identifier);
|
||||
// turn on!
|
||||
hci_power_control(HCI_POWER_ON);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user