Closed LaStrada closed 1 year ago
When I refactored the code in this PR, I never changed if to an elif. This causes the code to print Characteristics not handled: 00002a29-0000-1000-8000-00805f9b34fb (here) every time it fetches the manufacturer characteristic.
if
elif
Characteristics not handled: 00002a29-0000-1000-8000-00805f9b34fb
When I refactored the code in this PR, I never changed
if
to anelif
. This causes the code to printCharacteristics not handled: 00002a29-0000-1000-8000-00805f9b34fb
(here) every time it fetches the manufacturer characteristic.