Browse Source

spell this a bit better, use the function I created for this..

irr_shared
John-Mark Gurney 3 years ago
parent
commit
7c5828e700
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lora_comms.py

+ 1
- 1
lora_comms.py View File

@@ -118,4 +118,4 @@ def comms_process_wrap(state, input):

comms_process(state, inpkt, outbuf)

return outbytes[:outbuf.pktlen]
return outbuf._from()

Loading…
Cancel
Save