Skip to content

Commit

Permalink
Update WeatherSensor.h
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs committed Nov 23, 2023
1 parent 2b03d94 commit a72c7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WeatherSensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ class WeatherSensor {

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


/*!
Expand Down

0 comments on commit a72c7db

Please sign in to comment.