Skip to content

Commit

Permalink
remove dup type
Browse files Browse the repository at this point in the history
  • Loading branch information
majuss committed Jan 10, 2025
1 parent e1addf9 commit 696fc3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/enocean.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ class Packet {
void getPacketLength();
byte payload[ENOCEAN_MAX_DATA];
int8_t rssi;
byte type;
CRC8 crc8{};
String type;
String radioTelegramType;
Expand Down

0 comments on commit 696fc3b

Please sign in to comment.