Merge pull request #303 from AnalysIR/master

Fixed bug in ir_Dish.cpp for sending
This commit is contained in:
Rafi Khan
2016-03-26 22:59:22 -06:00

View File

@@ -48,6 +48,7 @@ void IRsend::sendDISH (unsigned long data, int nbits)
space(DISH_ZERO_SPACE);
}
}
mark(DISH_HDR_MARK); //added 26th March 2016, by AnalysIR ( https://www.AnalysIR.com )
}
#endif