Skip to content

Commit

Permalink
OpenCyphal#323: change local_node_id from 0 to absent
Browse files Browse the repository at this point in the history
  • Loading branch information
songmeo committed May 3, 2024
1 parent 40e1482 commit 4ead82c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pycyphal/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.18.0"
__version__ = "1.18.1"
2 changes: 1 addition & 1 deletion pycyphal/transport/udp/_udp.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class UDPTransport(pycyphal.transport.Transport):
def __init__(
self,
local_ip_address: IPAddress | str,
local_node_id: typing.Optional[int] = 0,
local_node_id: typing.Optional[int],
*, # The following parameters are keyword-only.
mtu: int = MTU_DEFAULT,
service_transfer_multiplier: int = 1,
Expand Down

0 comments on commit 4ead82c

Please sign in to comment.