소스 검색

update comment

Chris Mullins 8 년 전
부모
커밋
50c604749c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/MiLight/MiLightClient.h

+ 1 - 1
lib/MiLight/MiLightClient.h

@@ -108,7 +108,7 @@ protected:
    * Calculates the number of resend packets based on when the last packet
    * was sent using this function:
    *
-   *      lastRepeatsValue + (millisSinceLastSend - THRESHOLD) / 8
+   *    lastRepeatsValue + (millisSinceLastSend - THRESHOLD) * throttleMultiplier
    *
    * When the last send was more recent than THRESHOLD, the number of repeats
    * will be decreased to a minimum of zero.  When less recent, it will be