Pārlūkot izejas kodu

dont duplicate setting lastSend

Chris Mullins 8 gadi atpakaļ
vecāks
revīzija
17838648c4
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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) {