mesh: fix periodic send of secure network beacons

This commit is contained in:
Matthias Ringwald 2019-07-17 16:36:34 +02:00
parent 9a337a5665
commit 2d63f17ced

View File

@ -125,6 +125,7 @@ static void mesh_secure_network_beacon_auth_value_calculated(void * arg){
printf("- ");
printf_hexdump(mesh_beacon_data, mesh_beacon_len);
mesh_secure_network_beacon_active = 0;
mesh_subnet->beacon_state = MESH_SECURE_NETWORK_BEACON_AUTH_VALUE;
mesh_secure_network_beacon_run(NULL);