Use standard GPS enable pin, for smarter power control on M3 (#10671)

* Use standard GPS enable pin, for smarter power control on M3

* Enable GPS pin in variant.cpp initialization

---------

Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
This commit is contained in:
Jonathan Bennett
2026-06-13 12:05:24 -05:00
co-authored by Ben Meadors
parent 9ea1f0065a
commit 031e73bbe6
2 changed files with 6 additions and 6 deletions
@@ -37,7 +37,8 @@ extern "C" {
// Power Pin
#define NRF_APM
#define GPS_POWER 14
#define PIN_GPS_EN 14
#define GPS_EN_ACTIVE HIGH
#define PIN_POWER_USB 31
#define EXT_PWR_DETECT PIN_POWER_USB
#define PIN_POWER_DONE 24