-
Notifications
You must be signed in to change notification settings - Fork 559
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to 'pause' while in 'follow-me' mode #1117
Comments
Up until now, the way to do this was by switching to loiter. The pebble app (which was designed for follow-me) has three buttons: follow, loiter, rtl. |
It's not doing anything because pause now is just sending a guided point, and follow-me doesn't detect the mode change. @squilter We need to change the pebble app to request a pause, instead of the loiter. Because on tablet only changing to loiter can be disastrous. Could you take care of the pebble part, on your on timeframe? |
Yes |
I see you fixed the issue on the DP side. On the pebble side I think I only need to change the text from |
@squilter Just change the text, build the app and repackage it with DP. It might also be a good idea to update the constant name on https://github.com/DroidPlanner/droidplanner/blob/5652897881524ef22b62c8c73a311296bdeaf360/Android/src/org/droidplanner/android/notifications/PebbleNotificationProvider.java#L138 |
Pressing the
pause
button while infollow-me
doesn't do anything:Follow-me
is still active.The text was updated successfully, but these errors were encountered: