diff options
-rw-r--r-- | plugin.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -218,6 +218,8 @@ bool cPluginGraphLCD::ConnectDisplay() if (!mDisplay->Initialise(mLcd, cfgDir, mSkinsPath, mSkinName)) return false; + /* if plugin was deactivated -> reactivate */ + GraphLCDSetup.PluginActive = 1; dsyslog("graphlcd plugin: init timeout waiting for display thread to get ready"); to_timestamp = cTimeMs::Now(); |