Multiple Watch Support #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
First off, I want to say you have done an amazing job on this project!
This is a extremely clean, straight forward companion app for InfiniTime that is very portable! Well done!
I have multiple PineTime watches that I would to connect to ITD, though it appears that ITD only connects to the first InfiniTime device it detects.
Does ITD support multiple devices?
Thank you very much!
Itd does not currently support multiple devices simultaneously. I would like to add this, but I believe it would take a lot of work, and I would first like to resolve some issues I have found with DFU upgrades.
Is it possible to select the watch that ITD pairs with?
Currently, it only pairs with the first discovered watch, but I can pretty easily add a feature to select the watch by BLE address in the config. I will work on that. It should be done pretty soon.
I will receive a new PineTime soon and will start working on this when it arrives.
I have received my PineTime, and the DFU issue does not seem to affect it, so I will now begin work on this, starting with a whitelist to choose which watches can connect.
I've finally gotten around to doing this. The whitelist is implemented in
f1b7f70313
. The multiple watch support is a long-term issue as it requires many changes in multiple components of itd. For now, you can use the config, or theITD_CONN_WHITELIST_DEVICES
andITD_CONN_WHITELIST_ENABLED
variables to set which watch to connect to. I will close this issue as I have opened a project for multiple watch support.