mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-19 03:22:07 +00:00
Update BMP280Sensor.cpp (#1627)
This commit is contained in:
parent
97712a9dc4
commit
73a1ea59f4
@ -6,7 +6,7 @@
|
|||||||
#include <typeinfo>
|
#include <typeinfo>
|
||||||
|
|
||||||
BMP280Sensor::BMP280Sensor() :
|
BMP280Sensor::BMP280Sensor() :
|
||||||
TelemetrySensor(TelemetrySensorType_BME280, "BMP280")
|
TelemetrySensor(TelemetrySensorType_BMP280, "BMP280")
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user