Skip to content

Commit fc96667

Browse files
committed
Fixed bug in ir_Dish.cpp for sending
One of our users of AnalysIR, reported issues with sending DIsh signals. After some investigation we realised that this file was neglecting to send the trailing mark after the bits. Fix is included in this update & has been tested on a live Dish device by our own user. AnalysIR - 26th March 2016 ---------------------------------------- https://www.AnalysIR.com/
1 parent 7d30c2f commit fc96667

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ir_Dish.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ void IRsend::sendDISH (unsigned long data, int nbits)
4848
space(DISH_ZERO_SPACE);
4949
}
5050
}
51+
mark(DISH_HDR_MARK); //added 26th March 2016, by AnalysIR ( https://www.AnalysIR.com )
5152
}
5253
#endif
5354

0 commit comments

Comments
 (0)