From 498652f5834b71b1b854d3044b7b57d3c2c094e9 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Wed, 8 Jan 2025 16:44:33 +0100 Subject: [PATCH] Added CSMA stats command to host --- Framing.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Framing.h b/Framing.h index d31af63..a8dc4f7 100644 --- a/Framing.h +++ b/Framing.h @@ -45,6 +45,7 @@ #define CMD_STAT_CHTM 0x25 #define CMD_STAT_PHYPRM 0x26 #define CMD_STAT_BAT 0x27 + #define CMD_STAT_CSMA 0x28 #define CMD_BLINK 0x30 #define CMD_RANDOM 0x40