mirror of https://github.com/arendst/Tasmota.git
Fix invalid character
This commit is contained in:
parent
34cea00ae2
commit
6d0b2f6bc3
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue