* Send special OpenLASIR repeat frame (same as NEC repeat frame). * Repeat commands should be sent in a 110 ms raster. */
| 125 | * Repeat commands should be sent in a 110 ms raster. |
| 126 | */ |
| 127 | void IRsend::sendOpenLASIRRepeat() { |
| 128 | sendNECRepeat(); |
| 129 | } |
| 130 | |
| 131 | /** |
| 132 | * Static function variant of IRsend::sendOpenLASIRRepeat |
nothing calls this directly
no outgoing calls
no test coverage detected