mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-30 07:21:20 +00:00
mesh: use own address for pts test
This commit is contained in:
parent
9782639032
commit
7850e24f2b
@ -322,7 +322,7 @@ static void load_pts_app_key(void){
|
||||
static void send_pts_network_messsage(int type){
|
||||
uint8_t lower_transport_pdu_data[16];
|
||||
|
||||
uint16_t src = 0x0028;
|
||||
uint16_t src = mesh_node_get_primary_element_address();
|
||||
uint16_t dst = 0x0001;
|
||||
uint32_t seq = 0x00;
|
||||
uint8_t ttl = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user