Commit graph

7 commits

Author SHA1 Message Date
andrekir
a097cc2f25 send position to local node (without broadcast) 2022-01-26 02:35:37 -03:00
Kevin Hester
5b653d29f8 reformat per coding conventions 2021-03-29 20:33:06 +08:00
Kevin Hester
d41cef5d38 rate limit check here is not needed here, better just to limit the position broadcast interval 2021-03-27 13:26:07 +08:00
Kevin Hester
6ed7af3763 fix autobug with getnodenum failing during startup 2021-03-17 16:04:29 +08:00
Kevin Hester
acd43b29f5 don't (incorrectly) set want_replies 2021-02-15 09:48:44 +08:00
Kevin Hester
65e91c46d3 fix #209. don't ignore messages from nodes that only have partial nodeinfo 2021-02-08 11:22:15 +08:00
Ken Van Hoeylandt
3610f0b53e refactored MeshService
- moved MeshService start-related code to `MeshServiceStarter`
- moved `LocationCallback` to `MeshServiceLocationCallback`
  - coroutine scope is now handled in `MeshService` positio ncallback.
  - refactored `onLocationResult()` to be easier to read
- created `MeshServiceNotifications` for creating and updating of notifications
- moved `SavedSettings` to `MeshServiceSettingsData`
2020-10-01 22:20:19 +02:00