summaryrefslogtreecommitdiff
path: root/watch.c
diff options
context:
space:
mode:
Diffstat (limited to 'watch.c')
-rw-r--r--watch.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/watch.c b/watch.c
index 7441312..e2a68d1 100644
--- a/watch.c
+++ b/watch.c
@@ -101,6 +101,8 @@ ciMonWatch::~ciMonWatch()
int ciMonWatch::open(const char* szDevice, eProtocol pro) {
int iRet = ciMonLCD::open(szDevice,pro);
if(0==iRet) {
+ m_bShutdown = false;
+ m_bUpdateScreen = true;
Start();
}
return iRet;