Explorar el Código

add delay between commands to improve stability w/ LT8900

Chris Mullins hace 8 años
padre
commit
b9e6ba9e49
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      lib/MiLight/LT8900MiLightRadio.h

+ 2 - 2
lib/MiLight/LT8900MiLightRadio.h

@@ -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_