lcd4l: small addition to c0428a99ba

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

Origin message was:
------------------
- lcd4l: small addition to c0428a99ba
This commit is contained in:
vanhofen
2021-07-15 12:02:06 +02:00
committed by GitHub
parent 2789f150c5
commit 3e4568dd55

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;
}