for #4154 use a binary gpio transformer to manage vext on heltec-tracker (saves power)

This commit is contained in:
Kevin Hester
2024-08-28 09:59:42 -07:00
parent cdafa87cef
commit 8a9cc727a8
6 changed files with 51 additions and 16 deletions

View File

@@ -157,7 +157,7 @@ class GPS : private concurrency::OSThread
*
* Normally set by GPS::createGPS()
*/
GpioPin *enablePin;
GpioVirtPin *enablePin;
GPS() : concurrency::OSThread("GPS") {}