ITCactus
                                            ITCactus
                                        
                                    from my understanding, the pinetime/infinitime only detects the steps, and does not care about your step length. it syncs only steps count, and not a distance. the distance based on...
> it feel like , it sending the trip value since it's the only one that add step between days nope... some time ago i had the same thoughts, but...
> Can you check the linked PR? I do not use GadgetBridge, but would like to know if it solves this issue. @minacode not sure if you asked to check...
it also could be a part of the Global Color Scheme #1030 i mean like in some IDEs
not sure if it still works, but [this Wiki page](https://wiki.pine64.org/wiki/PineTime#Companion_Apps) claims: > [PinetimeFlasher](https://github.com/ZephyrLabs/PinetimeFlasher) (Windows) - Companion desktop app, only supports flashing firmware. however it uses "openOCD", so it's not for...
maybe, as an alternative, the web-page that uses [Web Bluetooth](https://googlechrome.github.io/samples/web-bluetooth/) could be used, and that should work [not only on windows](https://github.com/WebBluetoothCG/web-bluetooth/blob/main/implementation-status.md)
it appears "[infinitime.io](https://infinitime.io/)" mentions Experimental "[WebBLEWatch](https://hubmartin.github.io/WebBLEWatch/)" project that supports "Set time with WebBLE" :)
could it be the root-cause of error response "13" on attempt to write weather characteristics? e.g. in gadgetbridge logcat i see `characteristic write: 00040001-78fc-48fe-8e23-433b3a1942d0 (failed: 13)` on every attempt to...
@Avamander it's array of maps (in this example, array with a single map). i tried also without wrapping into array - just a plain map, like this `{"timestamp": 1648201703, "expires":...
@Avamander tried with `{"Timestamp": 1648210579, "Expires": 3600, "EventType": 5, "Type": 1}` but no luck. also checked with "TimeStamp", but still the same - error "13".