basnijholt / miflora

☘️🌑🌼πŸ₯€πŸ‘ Mi Flora Plant sensor Python package
MIT License
363 stars 98 forks source link

Handle uncaught gatttool stderr messages #33

Closed ThomDietrich closed 7 years ago

ThomDietrich commented 7 years ago

This change fixes so far not caught output to stderr, which should not be there inside a library.

Examples:

connect error: Connection timed out (110)
connect error: Transport endpoint is not connected (107)

This is a rather small change and should not break any other open PR.