From c3af7af27498d45db3c39e09d5a62daa559c1bec Mon Sep 17 00:00:00 2001 From: Stefan Ostermann Date: Sun, 2 May 2021 00:00:28 +0200 Subject: [PATCH] cleanup --- sensor433/src/main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/sensor433/src/main.cpp b/sensor433/src/main.cpp index 542f9c8..e8c00f2 100644 --- a/sensor433/src/main.cpp +++ b/sensor433/src/main.cpp @@ -74,10 +74,7 @@ uint8_t rh_buf[RH_BUF_LEN] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x // Message Headers: #define MSG_START 0x00 -#define MSG_TEMP 0x01 -#define MSG_HUMID 0x02 #define MSG_BAT 0x03 -#define MSG_SOIL 0x04 #define MSG_HEADER 0x05 #define MSG_ERR 0xee