Selaa lähdekoodia

dont duplicate setting lastSend

Chris Mullins 8 vuotta sitten
vanhempi
commit
17838648c4
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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) {