Skip to content

Commit aa1e073

Browse files
authored
formatting
1 parent 9be81ea commit aa1e073

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/VS2/VS2.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,8 @@ void VS2::_receive() {
313313

314314
void VS2::_receiveAck() {
315315
if (_interface->write(&VitoWiFiInternals::ProtocolBytes.ACK, 1) == 1) {
316-
_lastMillis = _currentMillis;
317-
_setState(State::IDLE);
316+
_lastMillis = _currentMillis;
317+
_setState(State::IDLE);
318318
}
319319
}
320320

0 commit comments

Comments
 (0)