From: Mark Qvist Date: Wed, 8 Jan 2025 15:44:33 +0000 (+0100) Subject: Added CSMA stats command to host X-Git-Url: https://git.tnoah.ca/?a=commitdiff_plain;h=498652f5834b71b1b854d3044b7b57d3c2c094e9;p=lora-radio.git Added CSMA stats command to host --- 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