Jan-Piet Mens
Jan-Piet Mens
(edited above to format JSON) You're using move mode (`monitoring: 2`) and `locatorDisplacement: 10` with a very small `locatorInterval` which seems ok to me. I'm assuming you redacted the URL...
I don't think we'll add an option to disable the map... You can leave the app in the background (no map visible). When you say "map is open" you mean...
Right, and that appears to corroborate the theory that the device cannot cope with updating the map and POSTing the data.
Which topic are you publishing to? Have you used the `../cmd` branch, and are you publishing with QoS>0 ?
I'm sorry; you did say "HTTP". I'll have to defer to @growse or @binarybucks
(I have edited your comment to remove `lat` and `lon` (for privacy reasons), and I've removed the base64 encoded credentials in your HTTP POST -- you might want to change...
Recorder 0.9.1 and corresponding Docker image have been released and include `WITH_TOURS` support.
For iOS we implement a lock setting (`bool`) which simply prevents settings being modified; the lock is not associated with a PIN nor should it be. The intention is to...
I'm adding labels to this issue, and we'll put it on the back burner to bring our two apps up to feature parity. If somebody wants to contribute code, I'm...
I hadn't noticed that's not occuring; I thought multiple tags are permitted: ```console docker build \ --build-arg recorder_version=$recorderversion \ --no-cache \ --pull \ -t owntracks/recorder:latest \ -t "owntracks/recorder:${recorderversion}-${dockerversion}" \ ....