This commit is contained in:
Mark Qvist 2018-04-11 21:24:33 +02:00
parent 5f7694afdd
commit 9827da9e0f
3 changed files with 5 additions and 2 deletions

View file

@ -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):