From 7cf3f7f9d5a1d1c1169ac5c5b019e0462ab064ff Mon Sep 17 00:00:00 2001 From: byloveletter Date: Wed, 19 Apr 2017 10:40:09 +0900 Subject: [PATCH] =?UTF-8?q?=EC=97=90=EB=9F=AC=20=EC=B2=98=EB=A6=AC=20?= =?UTF-8?q?=EA=B8=B0=EB=8A=A5=20=EB=88=84=EB=9D=BD=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 에러클리어 메시지 송신 --- app/gui/oven_control/ovenstatics.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/gui/oven_control/ovenstatics.cpp b/app/gui/oven_control/ovenstatics.cpp index a931c7d..b72fdc5 100644 --- a/app/gui/oven_control/ovenstatics.cpp +++ b/app/gui/oven_control/ovenstatics.cpp @@ -65,7 +65,6 @@ void OvenStatics::onDataChanged() time_t ltime=0; uint16_t errstatetemp; qDebug() << "statics event fired"; - return; udp->fillControl(control); udp->fillData(state); bDataRefreshed = true; @@ -345,7 +344,6 @@ void OvenStatics::oneSecTimerFired(void){ srvdatas->use_log.items.cooldown_mode+=1; } //부품 - qDebug() << "door state = " <use_log.items.door_open+=1; realdata.b.door_open = 1; @@ -507,6 +505,7 @@ void OvenStatics::processErrorItems(error_item *item, error_exe_type errtype, co } else{ //에러클리어 메시지 즉시 송신 + udp->set(TG_ERROR_CLEAR,0xCECE); } } -- 2.1.4