Просмотр исходного кода

dont duplicate setting lastSend

Chris Mullins лет назад: 8
Родитель
Сommit
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) {