diff options
Diffstat (limited to 'watch.c')
-rw-r--r-- | watch.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |