Add enhanced fan logic
This commit is contained in:
@@ -34,8 +34,8 @@ impl Default for Config {
|
||||
Self {
|
||||
status_pin: 4,
|
||||
fan_pin: 17,
|
||||
fan_on_temp_c: 40.0,
|
||||
fan_off_temp_c: 35.0,
|
||||
fan_on_temp_c: 35.0,
|
||||
fan_off_temp_c: 30.0,
|
||||
poll_interval_s: 2.0,
|
||||
thermal_alarm_temp_c: 80.0,
|
||||
influx: InfluxConfig::from_env(),
|
||||
|
||||
Reference in New Issue
Block a user