t-beam supreme: minor GPS and BME fixes

Fixed GPS initial state to default to off after init.
Removed redundant current limit define
This commit is contained in:
cod3doomy
2025-05-22 16:50:06 -07:00
parent 77bfc0db1c
commit e742d1f722
3 changed files with 35 additions and 22 deletions

View File

@@ -12,9 +12,11 @@
class TbeamSupSensorManager: public SensorManager {
bool gps_active = false;
bool bme_active = false;
LocationProvider * _nmea;
Adafruit_BME280 bme;
double node_temp, node_hum, node_pres;
int sensorNum = 2;
#define SEALEVELPRESSURE_HPA (1013.25)