Tigge / openant

ANT and ANT-FS Python Library
MIT License
182 stars 85 forks source link

antfs: Skip sending CAPABILITIES request #97

Closed robho closed 10 months ago

robho commented 10 months ago

.. because no response is returned by the ANT framework for this message type, and the response is not used anyway (just logged).

Also removed some disabled code and some wrong/not so useful log messages.


Fixes #95 Fixes Tigge/antfs-cli#194

tuna-f1sh commented 10 months ago

Thanks. For note of others: CAPABILITES can be obtained from the enum sets in Node https://github.com/Tigge/openant/blob/master/openant/easy/node.py#L62 that are grabbed during the Node.__init__()

tuna-f1sh commented 10 months ago

I'll make a change to drop the else in _worker_response too so it grabs the data but still pushes it to queue - like it used too. Since the current behaviour of keeping those IDs is not nice.