mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-10-01 03:15:44 -04:00
Description in SerialInterface
This commit is contained in:
parent
8c506b0c78
commit
556d95c381
@ -7,6 +7,8 @@ import time
|
|||||||
import RNS
|
import RNS
|
||||||
|
|
||||||
class HDLC():
|
class HDLC():
|
||||||
|
# The Serial Interface packetizes data using
|
||||||
|
# simplified HDLC framing, similar to PPP
|
||||||
FLAG = 0x7E
|
FLAG = 0x7E
|
||||||
ESC = 0x7D
|
ESC = 0x7D
|
||||||
ESC_MASK = 0x20
|
ESC_MASK = 0x20
|
||||||
|
Loading…
Reference in New Issue
Block a user