From c88d7b4534164b2b838faa8fd9d8cec38b0ecf8f Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sat, 29 Oct 2022 16:44:03 +0200 Subject: [PATCH] Added cleanup command --- Framing.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Framing.h b/Framing.h index f86eec8..0233f2f 100644 --- a/Framing.h +++ b/Framing.h @@ -17,6 +17,7 @@ #define CMD_RADIO_LOCK 0x07 #define CMD_DETECT 0x08 #define CMD_IMPLICIT 0x09 + #define CMD_LEAVE 0x0A #define CMD_PROMISC 0x0E #define CMD_READY 0x0F