Skip to content

Commit

Permalink
Removed unused struct member
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs committed Apr 14, 2024
1 parent cfb0f4f commit 37bddc9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion BresserWeatherSensorLW.ino
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ static Preferences preferences;

struct sPrefs
{
uint8_t ws_timeout; //!< preferences: weather sensor timeout
uint16_t sleep_interval; //!< preferences: sleep interval
uint16_t sleep_interval_long; //!< preferences: sleep interval long
} prefs;
Expand Down

0 comments on commit 37bddc9

Please sign in to comment.