lcd4l: small addition to 2799c259fb

Origin commit data
------------------
Branch: ni/coolstream
Commit: 380abda0ca
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-07-15 (Thu, 15 Jul 2021)

Origin message was:
------------------
- lcd4l: small addition to 2799c259fb

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2021-07-15 12:02:06 +02:00
committed by GitHub
parent 0f43618517
commit 52410ea64e

View File

@@ -654,7 +654,7 @@ void CLCD4l::ParseInfo(uint64_t parseID, bool newID, bool firstRun)
if (m_ModeCamd != ModeCamd)
{
WriteFile(MODE_CAMD, ModeCamd);
WriteFile(MODE_CAMD, ModeCamd.empty() ? "off" : ModeCamd);
m_ModeCamd = ModeCamd;
}