JF
JF
Well we have some conflicting opinions here. This is fine, but I don't know which side I would chose. - The original PR wants to add support for Huami category...
Do you know of anyway to reproduce this, preferably without an iOS device? Is this reproducible with another companion app like Amazfish or ITD, for example?
With secure bonding, InfiniTime accepts the connection from the phone only if the pin displayed by InfiniTime is entered in the phone companion app. This allows the user of the...
@Nobody2303 Thanks for documenting all your findings about building the docker image on Win 10! Do you have any idea if it would be possible to edit the docker file...
> The animation for swiping between images takes a long time on the pinetime when compared to Infinisim This is probably caused by the relatively slow SPI bus that is...
The [documentation](https://github.com/InfiniTimeOrg/InfiniTime/blob/main/doc/buildAndProgram.md) mentions the version of GCC (10.3) we support for building InfiniTime. This version is also integrated in the Docker build image. But yeah, we can add a check...
For now, only the character a-z, A-Z and 1-9 are included in the font. Other characters like é, è, ê, ä, ö, ü,... are not included, but can be included...
Yes, the length of the vibration can be configurable in the future :) For now, the motor is just activated for a specific amount of time (35ms, I think). As...
I had the same issue with the BL618 and found the answer in the `.launch` file (config file for Eclipse, I think) in bl_mcu_sdk. According to [CKLink_BL808.launch](https://github.com/bouffalolab/bl_mcu_sdk/blob/master/CKLink_BL808.launch), you can reset...
Other than improving the code readability, do those changes fix/improve something ? (no judgment here, I'm just curious) > Refactored to use NRF SDK where appropriate Is this really mandatory?...