From fb69ae33065b8f3ea0d31878f7d7b91fe93f2976 Mon Sep 17 00:00:00 2001 From: linuswck Date: Tue, 6 Aug 2024 18:00:15 +0800 Subject: [PATCH] main: Don't change temp ctrl mode at otp --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 194a058..8491693 100644 --- a/src/main.rs +++ b/src/main.rs @@ -160,7 +160,6 @@ fn main() -> ! { thermostat.update_pid(); if thermostat.get_temp_mon_status().over_temp_alarm { laser.power_down(); - thermostat.set_pid_engaged(false); thermostat.power_down(); }