adafruit / adafruit/Adafruit_BLE_PinIO
CAPABILITY_RESPONSE, PIN_STATE_RESPONSE, ANALOG_MAPPING_RESPONSE not working
Open
- Dominant language
- C++
- Stars
- 23
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
CAPABILITY_RESPONSE, PIN_STATE_RESPONSE, ANALOG_MAPPING_RESPONSE do not work because they write to Serial instead of BLEserial. A pull request will be generated today with a fix.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the handlers for CAPABILITY_RESPONSE, PIN_STATE_RESPONSE, and ANALOG_MAPPING_RESPONSE, then inspect where each response is written. The issue identifies the expected destination as BLEserial rather than Serial; done means all three responses are sent through BLEserial and the existing response behavior remains intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- embedded-iot
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100