瀏覽代碼

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