t1000e: gps toggle not using board class

Цей коміт міститься в:
Florent de Lamotte
2025-06-19 17:26:58 +02:00
джерело 8765b3d040
коміт 588a986976
8 змінених файлів з 14 додано та 14 видалено
-5
Переглянути файл
@@ -1,7 +1,6 @@
#include <Arduino.h>
#include "T1000eBoard.h"
#include <Wire.h>
#include "target.h"
#include <bluefruit.h>
@@ -27,10 +26,6 @@ void T1000eBoard::begin() {
delay(10); // give sx1262 some time to power up
}
bool T1000eBoard::toggleGps() {
return sensors.toggle_gps();
}
#if 0
static BLEDfu bledfu;