This commit is contained in:
@@ -204,6 +204,7 @@ static ssize_t write_leader_config(struct bt_conn *conn, const struct bt_gatt_at
|
||||
lasertag_set_thread_pan_id(payload->pan_id);
|
||||
lasertag_set_thread_channel(payload->channel);
|
||||
lasertag_set_thread_ext_pan_id(payload->ext_pan_id);
|
||||
LOG_HEXDUMP_INF(payload->network_key, 16, "Setting new Thread network key:");
|
||||
lasertag_set_thread_network_key(payload->network_key);
|
||||
if (payload->network_name[0] != '\0') // Only update if a name is provided
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user