mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-14 12:22:48 -04:00
Packet hashlist save to disk
This commit is contained in:
parent
eed78798f2
commit
0c49ca8458
3 changed files with 22 additions and 1 deletions
|
@ -151,7 +151,7 @@ class KISSInterface(Interface):
|
|||
if written != len(kiss_command):
|
||||
raise IOError("Could not configure KISS interface slot time to "+str(slottime_ms)+" (command value "+str(slottime)+")")
|
||||
|
||||
def setFlowControl(self, flow_control):
|
||||
def setFlowControl(self, flow_control):
|
||||
kiss_command = KISS.FEND+KISS.CMD_READY+chr(0x01)+KISS.FEND
|
||||
written = self.serial.write(kiss_command)
|
||||
if written != len(kiss_command):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue