Commit Graph
38 Commits
Author SHA1 Message Date
a-f-G-U-C 8115ee0c97 set Team field via Admin plugin 2021-11-02 13:27:56 +00:00
a-f-G-U-C 5ef9414a25 fix owner name update issue (off #900) 2021-10-29 13:28:48 +00:00
a-f-G-U-C 2ebed9cb6c update protobufs to 61bc1d0 2021-10-29 13:13:26 +00:00
a-f-G-U-C 7a1409c42a Merge branch 'master' into ublox-filter-dop-fix 2021-10-28 13:03:01 +00:00
a-f-G-U-C a911515dec clean up old data during fix transition 2021-10-28 11:58:08 +00:00
a-f-G-U-C 7ecb36dbe7 Merge branch 'meshtastic:master' into ublox-filter-dop-fix 2021-10-28 11:56:11 +00:00
a-f-G-U-C d4ea18851d update for RX_SRC_USER 2021-10-28 11:33:32 +00:00
a-f-G-U-C 646d1caf66 updatePosition process time-only message 2021-10-28 11:31:19 +00:00
a-f-G-U-C 74c138620a revert sanity check from PR 898 2021-10-28 11:25:45 +00:00
a-f-G-U-C e89b3bd1ec implement fix2d and max DOP user settings 2021-10-27 13:30:39 +00:00
a-f-G-U-C da9dd62a33 add the user as distinct message source 2021-10-27 13:16:51 +00:00
a-f-G-U-C 24b2fd2657 better sanity check, logging of inbound positions 2021-10-26 12:41:44 +00:00
a-f-G-U-C b74c2da530 implement RX_SRC_LOCAL, Position in updatePosition 2021-10-26 12:22:34 +00:00
a-f-G-U-C ef1d52ca04 update log message, sanity check 2021-10-24 13:02:31 +00:00
a-f-G-U-C f69c8dddad update MeshService to use Position struct 2021-10-24 12:48:48 +00:00
a-f-G-U-C 70b80e600d use Position struct for GPS data 2021-10-24 12:38:35 +00:00
a-f-G-U-C 7d267e8027 update GPSStatus to use Position struct atomically (#885) 2021-10-24 11:36:18 +11:00
a-f-G-U-C 0d884d159a implement position packet optional fields (#892) 2021-10-24 11:10:36 +11:00
a-f-G-U-C 3893810b76 fix a positional timestamp reading bug (#886)
* fix a positional timestamp reading bug

* lying about fixType is no longer required
2021-10-24 10:31:44 +11:00
a-f-G-U-C a914ee133c fix a rare GPS data corruption condition (#890)
* fix a rare GPS data corruption condition

* don't use hasLock to determine validity
2021-10-23 14:21:59 +11:00
a-f-G-U-C d0fb363422 discriminate local/remote node position updates (#889) 2021-10-23 12:58:56 +11:00
a-f-G-U-C 992bbe76d7 add backward compatible position flag defaults (#884) 2021-10-23 12:12:53 +11:00
a-f-G-U-C 1e455ac4c3 issue 879 - add opt-in flag for plugins 2021-10-09 14:02:21 +00:00
a-f-G-U-C 4669e4713c oops 2021-10-09 14:00:14 +00:00
a-f-G-U-C 26330120ce oops 2021-10-09 13:59:54 +00:00
a-f-G-U-C c3ebe80f53 issue 879 - add opt-in flag for plugins 2021-10-09 13:57:56 +00:00
a-f-G-U-C 5eb2e6401f issue 879 - changes to Router.cpp 2021-10-09 13:54:42 +00:00
a-f-G-U-C ee9c72b8c7 issue 879 - define source types 2021-10-09 13:48:30 +00:00
a-f-G-U-C c442fd3886 input sanitization - TinyGPS course()
Reduce the impact of issue #863 (and similar issues in the future) by filtering out obvious bogons
2021-09-10 15:12:12 +00:00
a-f-G-U-C a2f06cb077 Display HAE/MSL mode on startup 2021-09-09 14:12:37 +00:00
a-f-G-U-C de712ce41a disable debug code 2021-09-08 14:26:21 +00:00
a-f-G-U-C f6f9b9cd03 fixes from PR #851, #858 ported to NMEA GPS
apply fixes and upgrades from PR #851, #858 to NMEA GPS code
2021-09-08 14:02:13 +00:00
a-f-G-U-C 1c06c2af9f read lat/lon/alt into temp vars instead of global
Instead of reading the GPS solution directly into global variables and risking a bad-over-good overwrite (issue #857), read it into temporary vars and only update global vars after validation.
Also updates positional timestamp variable and prepares (non-breaking) for HAE altitude support (issue #359)
2021-09-05 17:11:04 +00:00
a-f-G-U-C eb27e744f7 add positional timestamp and geoidal separation
Relevant to issues #842 and #843 (timestamp) and historical issues #392 and #359 (timestamp, geoidal)
2021-09-05 15:10:06 +00:00
a-f-G-U-C 5cf1a87657 redefine hasLock() for UBlox GPS 2021-09-02 13:21:48 +00:00
a-f-G-U-C 25841c072a allow GPS modules to redefine GPS::hasLock() 2021-09-02 13:11:11 +00:00
a-f-G-U-C 71951a4e6a fix a typo 2021-08-30 13:55:50 +00:00
a-f-G-U-C 8dbfd0f19b disable gps powercycle for small gps_update_interval 2021-08-30 13:45:42 +00:00