Skip to content

Commit

Permalink
Update WeatherSensor.h
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs authored Nov 23, 2023
1 parent f907f46 commit 2b03d94
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/WeatherSensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,11 @@ class WeatherSensor {
\brief Constructor.
*/
/*
WeatherSensor()
{
//memset(this, 0, sizeof(*this));
};
*/

/*!
\brief Presence check and initialization of radio module.
Expand Down Expand Up @@ -244,7 +243,6 @@ class WeatherSensor {
};

struct AirPM {
//bool pm_ok = false; //!< air quality (particle matter) o.k. (only 7-in-1)
uint16_t pm_2_5; //!< air quality PM2.5 in µg/m³
uint16_t pm_10; //!< air quality PM10 in µg/m³
};
Expand Down Expand Up @@ -274,7 +272,7 @@ class WeatherSensor {

typedef struct Sensor sensor_t; //!< Shortcut for struct Sensor
sensor_t sensor[NUM_SENSORS]; //!< sensor data array
float rssi; //!< received signal strength indicator in dBm
float rssi = 0 //!< received signal strength indicator in dBm


/*!
Expand Down

0 comments on commit 2b03d94

Please sign in to comment.