Files
MeshCore/src/helpers
Wessel Nieboer 8a9a0dca5f Fix GPS +8mA power leak when disabled (nRF52)
On the T114, GPS_RESET (pin 38) is the same pin as PIN_3V3_EN.
MicroNMEALocationProvider::begin() sets pin 38 HIGH (powering the 3V3
rail) but stop() never set it back LOW, leaving the GPS module powered
even when disabled.

Assert reset pin in stop() to mirror begin(), and guard
_location->loop() behind gps_active check.

Fixes meshcore-dev/MeshCore#1628
2026-02-28 19:13:42 +01:00
..
2025-12-02 10:31:24 +00:00
2026-02-15 11:25:27 +01:00
2025-06-25 11:00:24 +02:00
2025-06-30 03:46:18 +02:00
2026-02-18 22:32:01 +07:00