Commit Graph

7 Commits (16d4911972bee266fe4a966cdcdbb7bc3bca526b)

Author SHA1 Message Date
Erik Andresen 61804505d7 waypoints fixes
- Do not register as type waypoint - show in launcher
- Fixes for Bangle.js 1
- Fixes for not installed textinput
2023-11-16 21:39:37 +01:00
Gordon Williams dd9dcc1bb5 Finally fixing Bangle.js compass `heading`. Firmware 2v15.68 fixes it, but the bootloader now adds a patch on earlier firmwares. All apps using compass now updated to remove their individual fixes. 2022-11-01 10:16:28 +00:00
Gordon Williams 91728c147f Big refactor to attempt to merge all the waypoints code into one place. At least 3 apps had basically identical interface.html files, and yet wpmoto had a great map-based editor. 2022-07-26 16:14:04 +01:00
Gordon Williams 70f15ae1ed fixing more warnings from CI test - where no changelog was added 2022-07-05 15:31:47 +01:00
James Stanley f24ec9404d Waypointer Moto: Add routes, support for Bangle.js 2, better editor UI
"Routes" are where you preconfigure several waypoints in order and it automatically
jumps from one to the next as you approach. There is a flaw in that if you
accidentally miss one waypoint on your route, there's no way to make it go on to
the next one without going all the way back. We probably want some way to manually
skip back/forth in the route.

Bangle.js 2 support is provided via hardcoded layout coordinates. This should
probably use the Layout library instead, but it'll probably do for now.

I've also replaced the table-based waypoint editor UI with an entirely map-based
replacement which I find much more intuitive.
2022-02-11 19:34:09 +00:00
James Stanley 8c4d97e547 Implement Waypointer Moto 2022-01-26 16:01:19 +00:00
James Stanley 058d39a285 Copy waypointer to wpmoto 2022-01-26 16:01:14 +00:00