Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't touch the frame buffer
Browse files Browse the repository at this point in the history
syssi committed Mar 28, 2022
1 parent d69c3d6 commit 8703651
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/jk_modbus/jk_modbus.cpp
Original file line number Diff line number Diff line change
@@ -37,9 +37,6 @@ bool JkModbus::parse_jk_modbus_byte_(uint8_t byte) {
this->rx_buffer_.push_back(byte);
const uint8_t *raw = &this->rx_buffer_[0];

// @FIXME
return false;

// Byte 0: Start sequence (0x4E)
if (at == 0)
return true;

0 comments on commit 8703651

Please sign in to comment.