From 7c5828e70031fb3b45d82e3d1e6891c3646c8c1e Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Mon, 3 May 2021 12:08:46 -0700 Subject: [PATCH] spell this a bit better, use the function I created for this.. --- lora_comms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lora_comms.py b/lora_comms.py index 25ecc26..86d09dc 100644 --- a/lora_comms.py +++ b/lora_comms.py @@ -118,4 +118,4 @@ def comms_process_wrap(state, input): comms_process(state, inpkt, outbuf) - return outbytes[:outbuf.pktlen] + return outbuf._from()