Skip to content

Commit 6ff047f

Browse files
Jorge Riveralatchdevel
authored andcommitted
Tune MIN_PULSELENGTH to 6, for 100 usec minimal pulse
1 parent 638a211 commit 6ff047f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pilight-usb-nano.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
#define BAUD 57600
3838

3939
/* Show numbers devided by 10 */
40-
#define MIN_PULSELENGTH 10 // v2 change from 8 to 10 and show devided by 10
40+
#define MIN_PULSELENGTH 6 // v2 change from 8 to 6 and show devided by 10
4141
#define MAX_PULSELENGTH 16000 // v2 change from 1600 to 16000 and show devided by 10
4242

4343
#define VERSION 2 // Version 2 (Arduino compatible)

0 commit comments

Comments
 (0)