Labi Shrestha
Labi Shrestha
Hi @PetteriAimonen! Thank you so much for creating this wonderful project! I've found it very useful and have leveraged it on several of my personal and professional projects. In one...
Started a branch to address issue #707 and submitting PR for review - I still haven't figured out how to test the new features - would love to get feedback...
In ble_adapter.py, there are several spots where the dict values are accessed without checking if they exist, that causes KeyErrors. For e.g. in ble_adapter.py : 272: ```python @NordicSemiErrorCheck(expected=BLEGattStatusCode.success) def service_discovery(self,...