Skip to content

Commit 52a9fce

Browse files
authored
Select OTA Provider port randomly (#885)
1 parent fcf6229 commit 52a9fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matter_server/server/ota/provider.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ async def start_update(
178178
"--discriminator",
179179
str(ota_provider_discriminator),
180180
"--secured-device-port",
181-
"5540",
181+
"0",
182182
"--KVS",
183183
str(self._ota_provider_dir / f"chip_kvs_ota_provider_{timestamp}"),
184184
"--filepath",

0 commit comments

Comments
 (0)