压缩机最低功率,加热棒52%

main
Zeng wei (曾威) 2 years ago
parent 3ce081dbec
commit 6f62a4d54d

@ -145,7 +145,7 @@ void PID_Calc() // pid calc
// }
// send_speed_signal(speed_count);
send_speed_signal(1000);
send_speed_signal(1500);
// if (hot_clod_flag == 1 && T <= tem - 3) // During the refrigeration process, the actual temperature drops by 0.3 degrees Celsius below the set temperature
// {

File diff suppressed because one or more lines are too long

@ -210,7 +210,7 @@ void HotTestRequestTask(void *pvParameters) {
hot = 0;
hot_clod_flag = 0;
} else {
hot = 50;
hot = 52;
hot_clod_flag = 2;
// hot += 10;

Loading…
Cancel
Save