mesh: use own address for pts test

This commit is contained in:
Matthias Ringwald 2019-07-17 14:27:05 +02:00
parent 9782639032
commit 7850e24f2b

View File

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