mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-23 06:00:18 +00:00
Cleanup
This commit is contained in:
parent
711b754dcc
commit
6362e04567
@ -10,8 +10,8 @@ from .vendor import umsgpack as umsgpack
|
|||||||
|
|
||||||
class Transport:
|
class Transport:
|
||||||
"""
|
"""
|
||||||
Through static methods of this class you can interact with Reticulums
|
Through static methods of this class you can interact with the
|
||||||
Transport system.
|
Transport system of Reticulum.
|
||||||
"""
|
"""
|
||||||
# Constants
|
# Constants
|
||||||
BROADCAST = 0x00;
|
BROADCAST = 0x00;
|
||||||
|
Loading…
Reference in New Issue
Block a user