adafruit / adafruit/Adafruit_CircuitPython_IRRemote
GenericTransmit incorrect param types
Open
- Dominant language
- Python
- Stars
- 29
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
`header`, `one`, `zero` are all of type `int` when really they are a `List[int]`. Small issue, but this was a gotchya for me when I went to update the trail ("ending code") param.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the GenericTransmit definition and inspect the annotations for header, one, zero, and the trail or ending-code parameter mentioned in the issue. Update the incorrect parameter types to match the requested List[int] behavior, then verify the surrounding IR transmit code and any available checks accept list values.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- embedded-iot
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100