InfiniTime icon indicating copy to clipboard operation
InfiniTime copied to clipboard

Firmware for Pinetime smartwatch written in C++ and based on FreeRTOS

Results 326 InfiniTime issues
Sort by recently updated
recently updated
newest added

This branch contains https://github.com/InfiniTimeOrg/InfiniTime/pull/1024 merged with develop. I've also added support for external resources. @dmlls Would you like to have a look at those changes? If it's OK for you,...

### Verification - [X] I searched for similar feature request and found none was relevant. ### Pitch us your idea! A checkbox in the settings to to turn on left-handed...

feature request

![image](https://user-images.githubusercontent.com/70802936/190914007-5df51581-3211-4d05-80b0-6a354690c92e.png) If merged, this pr replaces #1331.

enhancement

This PR is an attempt to fix #1270 . I moved `stepCounterMustBeReset` from the system task to the motion controller. Calling `MotionController::NbSteps()` returns `0` if the reset is set. Calling...

I am opening this issue as a general discussion about customization. We have the problem that InfiniTime wants to keep unnecessary customization out in favor of good defaults, but we...

Closed #1305

new watchface

### - [X] I searched for similar bug reports and found none was relevant. ### What happened? Checked my batter status, shows 51% and an hour later my PineTime is...

bug

This PR is a test-implementation for #1327 . I added the temperature value from the driver to the digital watch face. And the value is: (drum roll...) 1. Always. If...

Refactor the chimes logic to simplify it and make adding a UI to change the chime duration easier. The only user-visible change is the addition of a "every 15 mins"...

Remove NRF_LOG_INFO, as they're mostly leftovers from debugging. Devs can add the logs they need to their working copy during development instead of relying on the ones created by someone...