Skip to content

Commit

Permalink
Update protocol_nasa.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
htht2001 authored Dec 5, 2024
1 parent 276d930 commit 399596b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/samsung_ac/protocol_nasa.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ namespace esphome
int retry_count;
uint32_t last_sent_time;

// Add this operator==
bool operator==(const PacketInfo& other) const {
return this->packet.command.packetNumber == other.packet.command.packetNumber;
}
Expand Down

0 comments on commit 399596b

Please sign in to comment.