Skip to content

Commit

Permalink
Fixing proxy message sending
Browse files Browse the repository at this point in the history
  • Loading branch information
paveldn committed Jan 31, 2024
1 parent aeda61d commit a27d1c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/.vscode/
/bin/
*.bak


# Prerequisites
*.d
Expand Down
2 changes: 1 addition & 1 deletion src/protocol/haier_protocol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ void ProtocolHandler::loop()
this->outgoing_messages_.push({
data_size == 0 ? HaierMessage((FrameType)frame.frame.get_frame_type()) : HaierMessage((FrameType)frame.frame.get_frame_type(), frame.frame.get_data(), data_size),
frame.frame.get_use_crc(),
0,
1,
std::chrono::milliseconds::zero(),
true
});
Expand Down

0 comments on commit a27d1c3

Please sign in to comment.