Andre K
Andre K
@lewisxhe you can ignore the error, it was a temporary github server fault.
seeing the same with T-Echo on 1.3.38. GPS with 5+ sat lock and good location alt/lat/lon. @arnotron there is GMT time (but no date) in the last tab (2nd line...
this should be fixed with 1.3.41.
this can be done adding support for Waypoint messages: https://meshtastic.org/docs/developers/protobufs/api#waypoint
> will i be able to send list of markers to other users via waypoint ? yes. same as other message types. > Do I need to fix the firmware...
feel free to ask questions. make sure firmware and app are on 1.3.40, there are lots of breaking changes with previous versions. waypoints are handled as DataPacket instead of NodeInfo....
no changes in MainActivity or Nodeinfo. I added the DataPacket payload parser for Waypoints [here](https://github.com/meshtastic/Meshtastic-Android/blob/9c6a42e5c2e00584f30507f8e877462178f9beff/app/src/main/java/com/geeksville/mesh/DataPacket.kt#L58-L62). MeshService, MessageState and MapFragment should work. 👍
check: https://github.com/andrekir/Meshtastic-Android/tree/waypoint-test you can send a waypoint from the menu and it will show up on MapFragment.
@MaximKrasikov we're moving our packet database to Room, I added a waypoints livedata source in MapFragment you can use [here](https://github.com/meshtastic/Meshtastic-Android/blob/2b8b10a8cf811ec3a23afbfdb42286f1e8377c48/app/src/main/java/com/geeksville/mesh/ui/MapFragment.kt#L86-L89).
an ADMIN enum role could be added to Channel proto: https://github.com/meshtastic/Meshtastic-protobufs/blob/master/channel.proto#L123