Преглед на файлове

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) {