Skip to content

Commit b84a5d9

Browse files
Pull in main
2 parents 4efb9d9 + 28ee18c commit b84a5d9

3 files changed

Lines changed: 303 additions & 43 deletions

File tree

canopen/network.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -372,9 +372,6 @@ class NodeScanner:
372372
The network to use when doing active searching.
373373
"""
374374

375-
#: Activate or deactivate scanning
376-
active = True
377-
378375
SERVICES = (0x700, 0x580, 0x180, 0x280, 0x380, 0x480, 0x80)
379376

380377
def __init__(self, network: Optional[Network] = None):

0 commit comments

Comments
 (0)