Skip to content

Commit

Permalink
add delay between commands to improve stability w/ LT8900
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Mullins committed May 5, 2017
1 parent 293c185 commit b9e6ba9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/MiLight/LT8900MiLightRadio.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
#define R_SYNCWORD3 38
#define R_SYNCWORD4 39

//#define DEFAULT_TIME_BETWEEN_RETRANSMISSIONS_uS 350
#define DEFAULT_TIME_BETWEEN_RETRANSMISSIONS_uS 0
#define DEFAULT_TIME_BETWEEN_RETRANSMISSIONS_uS 350
// #define DEFAULT_TIME_BETWEEN_RETRANSMISSIONS_uS 0

#ifndef MILIGHTRADIOPL1167_LT8900_H_
#define MILIGHTRADIOPL1167_LT8900_H_
Expand Down

0 comments on commit b9e6ba9

Please sign in to comment.