timeout prolonged

This commit is contained in:
PavelSindler 2018-07-20 18:03:52 +02:00
parent 80ca5f3d33
commit eac963e3a0

View file

@ -9042,7 +9042,7 @@ bool mmu_get_reponse() {
while (!uart2_rx_ok())
{
delay_keep_alive(100);
if (mmu_get_reponse_timeout.expired(30 * 1000ul)) { //PINDA cooling from 60 C to 35 C takes about 7 minutes
if (mmu_get_reponse_timeout.expired(180 * 1000ul)) { //3 minutes timeout
response = false;
break;
}