Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bertmelis committed Dec 18, 2023
1 parent 9be81ea commit aa1e073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/VS2/VS2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,8 @@ void VS2::_receive() {

void VS2::_receiveAck() {
if (_interface->write(&VitoWiFiInternals::ProtocolBytes.ACK, 1) == 1) {
_lastMillis = _currentMillis;
_setState(State::IDLE);
_lastMillis = _currentMillis;
_setState(State::IDLE);
}
}

Expand Down

0 comments on commit aa1e073

Please sign in to comment.