Skip to content

Commit

Permalink
Don't touch the frame buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Mar 2, 2022
1 parent d5ff278 commit 33ab28a
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
Expand Up @@ -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;
Expand Down

0 comments on commit 33ab28a

Please sign in to comment.