From 696fc3be280c3b1692d176aace1e4b949165c1b3 Mon Sep 17 00:00:00 2001 From: majuss Date: Fri, 10 Jan 2025 22:04:25 +0100 Subject: [PATCH] remove dup type --- src/enocean.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/enocean.h b/src/enocean.h index 572777d..dcc3888 100644 --- a/src/enocean.h +++ b/src/enocean.h @@ -27,7 +27,6 @@ class Packet { void getPacketLength(); byte payload[ENOCEAN_MAX_DATA]; int8_t rssi; - byte type; CRC8 crc8{}; String type; String radioTelegramType;