JF

Results 209 comments of JF

This issue might have been caused by inconsistencies in [Settings.h](https://github.com/InfiniTimeOrg/InfiniTime/blob/develop/src/components/settings/Settings.h), especially if you built other branches that changed this file without clearing the old build artifacts. I'm not sure, but...

@dmlls Thanks for the review! > Maybe a stupid question, but should the Actions build run as is on the PineTime? I've tried it but it crashes. There's probably something...

@dmlls Thanks for your feedback! I'll (try to) merge those changes in your PR so that you get credits for this new watchface, and then merge it in develop, as...

When the battery is nearly empty, it cannot provide enough power to the MCU, which triggers the brown out detector and reset the MCU. The battery is protected with its...

Someone began working on it [a while ago](https://github.com/InfiniTimeOrg/InfiniTime/pull/98), but it still tagged as Work In Progress. I think we had a few issues with the hardware scrolling feature we use...

You are right : InfiniTime already implements a [weather service](https://github.com/InfiniTimeOrg/InfiniTime/blob/develop/src/components/ble/weather/WeatherService.h) and there's a [debug app](https://github.com/InfiniTimeOrg/InfiniTime/blob/develop/src/displayapp/screens/Weather.h) in the source code (but not built into the release files). [ITD](https://gitea.arsenm.dev/Arsen6331/itd) already supports the...

The pinetime does not have a luminosity sensor, but increasing / decreasing the backlight at some pre-defined (or configurable) time should not be difficult to implement.

Note that this feature would probably be used very rarely, as its only purpose is to debug a very specific hardware issue. Regarding you issue with the motor : in...