mirror of
https://github.com/andvikt/mega_hacs.git
synced 2025-12-11 00:54:28 +05:00
fix 37 port
This commit is contained in:
@@ -259,7 +259,7 @@ class MegaD:
|
||||
return pty, m
|
||||
|
||||
async def scan_ports(self,):
|
||||
for x in range(37):
|
||||
for x in range(38):
|
||||
ret = await self.scan_port(x)
|
||||
if ret:
|
||||
yield [x, *ret]
|
||||
|
||||
Reference in New Issue
Block a user