mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-12-15 08:29:24 -05:00
Cleanup
This commit is contained in:
parent
5f7694afdd
commit
9827da9e0f
3 changed files with 5 additions and 2 deletions
|
|
@ -119,7 +119,6 @@ class AX25KISSInterface(Interface):
|
|||
if preamble > 255:
|
||||
preamble = 255
|
||||
|
||||
RNS.log("Setting preamble to "+str(preamble)+" "+chr(preamble))
|
||||
kiss_command = KISS.FEND+KISS.CMD_TXDELAY+chr(preamble)+KISS.FEND
|
||||
written = self.serial.write(kiss_command)
|
||||
if written != len(kiss_command):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue