Explorar el Código

dont duplicate setting lastSend

Chris Mullins hace 8 años
padre
commit
17838648c4
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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) {