ソースを参照

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