Files
meshtastic_firmware/src
Tom FifieldandGitHub bdedd0e1fe Airoha GPS - ignore estimated fixes (#7429)
TinyGPS Fix Quality has this information:
				0 - fix not available,
				1 - GPS fix,
				2 - Differential GPS fix (values above 2 are 2.3 features)
				3 = PPS fix
				4 = Real Time Kinematic
				5 = Float RTK
				6 = estimated (dead reckoning)
				7 = Manual input mode
				8 = Simulation mode

the previous Airoha code would allow quality >0 , which includes
estimated positions. These wouldn't be passed through to the mesh
due to other checks, but would affect the Airoha GPS_FIX_HOLD_TIME
calculations.

Changes the calculation to 1 >= quality <=5 .
2025-07-31 12:21:10 +10:00
..
2025-07-21 19:33:24 +02:00
2025-07-25 08:10:35 -05:00
2025-07-29 08:51:38 +10:00
2025-07-26 05:38:24 -05:00
2025-07-29 08:51:38 +10:00
2023-07-14 16:25:20 -05:00
2025-07-02 20:50:49 -05:00
2025-07-21 19:33:24 +02:00
2024-11-04 06:09:23 -06:00
2024-11-04 06:09:23 -06:00
2024-08-06 12:35:54 -05:00
2024-08-06 12:35:54 -05:00
2023-01-21 21:23:24 +01:00
2023-01-21 21:23:24 +01:00
2024-08-06 12:35:54 -05:00
2025-03-16 08:19:46 -05:00
2025-07-29 08:51:38 +10:00
2025-03-01 06:18:33 -06:00
2023-01-21 21:23:24 +01:00
2025-03-01 06:18:33 -06:00