You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: meshtastic/__main__.py
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1132,7 +1132,9 @@ def subscribe() -> None:
1132
1132
# pub.subscribe(onNode, "meshtastic.node")
1133
1133
1134
1134
def_is_repeated_field(field_desc) ->bool:
1135
-
"""Return True if the protobuf field is repeated. Protobuf 6.31.0 and later use an is_repeated property, while older versions compare against the label field."""
1135
+
"""Return True if the protobuf field is repeated.
1136
+
Protobuf 6.31.0 and later use an is_repeated property, while older versions compare against the label field.
0 commit comments