mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-02-17 05:48:33 +00:00
Testing 2 repeats in infrared
This commit is contained in:
parent
3fa11aa4a0
commit
c3b8d3cef4
1 changed files with 1 additions and 1 deletions
|
@ -295,6 +295,6 @@ void infrared_signal_transmit(InfraredSignal* signal) {
|
|||
raw_signal->duty_cycle);
|
||||
} else {
|
||||
InfraredMessage* message = &signal->payload.message;
|
||||
infrared_send(message, 3);
|
||||
infrared_send(message, 2);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue