Integration test

This commit is contained in:
David
2024-08-17 23:01:43 +10:00
committed by Thomas Göttgens
parent fc1e60ac58
commit 47e1580a62
3 changed files with 8 additions and 1 deletions

View File

@@ -10,6 +10,10 @@
BMP3XXSensor::BMP3XXSensor() : TelemetrySensor(meshtastic_TelemetrySensorType_BMP3XX, "BMP3XX"){}
BMP3XXSensor bmp3xxSensor;
void BMP3XXSensor::setup(){};
int32_t BMP3XXSensor::runOnce()
{
LOG_INFO("Init sensor: %s\n", sensorName);