소스 검색

dont duplicate setting lastSend

Chris Mullins 8 년 전
부모
커밋
17838648c4
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      lib/MiLight/MiLightClient.cpp

+ 0 - 1
lib/MiLight/MiLightClient.cpp

@@ -403,7 +403,6 @@ void MiLightClient::flushPacket() {
   }
 
   currentRemote->packetFormatter->reset();
-  lastSend = millis();
 }
 
 void MiLightClient::onPacketSent(PacketSentHandler handler) {