t1000e: gps toggle not using board class

This commit is contained in:
Florent de Lamotte
2025-06-19 17:26:58 +02:00
parent 8765b3d040
commit 588a986976
8 changed files with 14 additions and 14 deletions

View File

@@ -66,8 +66,6 @@ public:
return 0;
}
virtual bool toggleGps() override;
void powerOff() override {
#ifdef HAS_GPS
digitalWrite(GPS_VRTC_EN, LOW);