Fix invalid character

This commit is contained in:
s-hadinger 2023-09-13 13:47:30 +02:00 committed by GitHub
parent 34cea00ae2
commit 6d0b2f6bc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ class Matter_Commisioning_Context
end
for fabric : self.device.sessions.fabrics
if fabric.noc == nil || fabric.fabric_id == nil || fabric.device_id == nil continue end
# compute candidateDestinationId, Section 4.13.2.4.1, “Destination Identifier”
# compute candidateDestinationId, Section 4.13.2.4.1, "Destination Identifier"
var destinationMessage = initiatorRandom + fabric.get_ca_pub() + fabric.fabric_id + fabric.device_id
var key = fabric.get_ipk_group_key()
# tasmota.log("MTR: SIGMA1: destinationMessage=" + destinationMessage.tohex(), 4)