IR: Fix crash on duty_cycle=1 #3568
Merged
Task list completed / task-list-completed
succeeded
Apr 7, 2024 in 0s
3 / 3 tasks completed
All tasks have been completed
Details
Required Tasks
Task | Status |
---|---|
infrared_signal_is_raw_valid() says that duty_cycle > 1 is invalid |
Incomplete |
infrared_worker_set_raw_signal() checks duty_cycle < 1 |
Incomplete |
therefore, duty_cycle == 1 fails the check, when really it should be accepted |
Incomplete |
send an infrared raw with duty_cycle: 1 |
Incomplete |
PR has description of feature/bug or link to Confluence/Jira task | Completed |
Description contains actions to verify feature/bugfix | Completed |
I've built this code, uploaded it to the device and verified feature/bugfix | Completed |
Loading