Add support for bmp085/bmp180 temperature/pressure sensor
This commit is contained in:
@@ -21,6 +21,7 @@ protected:
|
||||
bool VL53L0X_initialized = false;
|
||||
bool SHT4X_initialized = false;
|
||||
bool BME680_initialized = false;
|
||||
bool BMP085_initialized = false;
|
||||
|
||||
bool gps_detected = false;
|
||||
bool gps_active = false;
|
||||
|
||||
Reference in New Issue
Block a user