mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 22:20:37 +00:00
mesh: start sending unprovisioned device beacons from mesh_node_startup_from_tlv if no provisioning data available
This commit is contained in:
parent
264f8e120e
commit
454184387b
@ -149,8 +149,6 @@ static void packet_handler (uint8_t packet_type, uint16_t channel, uint8_t *pack
|
||||
if (provisioned){
|
||||
// dump PTS MeshOptions.ini
|
||||
mesh_pts_dump_mesh_options();
|
||||
} else {
|
||||
mesh_access_setup_without_provisiong_data();
|
||||
}
|
||||
|
||||
show_usage();
|
||||
|
@ -2355,6 +2355,7 @@ int mesh_node_startup_from_tlv(void){
|
||||
#endif
|
||||
return 1;
|
||||
} else {
|
||||
mesh_access_setup_without_provisiong_data();
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user