Sonarcloud fixes
This commit is contained in:
@@ -357,7 +357,7 @@ void showCustomColor()
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
bool activateAutomaticFrontLight()
|
[[nodiscard]] bool activateAutomaticFrontLight()
|
||||||
{
|
{
|
||||||
if (!configs.ledstrip.automaticLight.value)
|
if (!configs.ledstrip.automaticLight.value)
|
||||||
return false;
|
return false;
|
||||||
|
@@ -50,4 +50,4 @@ void showOtaAnimation();
|
|||||||
void initLedStrip();
|
void initLedStrip();
|
||||||
void updateLedStrip();
|
void updateLedStrip();
|
||||||
|
|
||||||
bool activateAutomaticFrontLight();
|
[[nodiscard]] bool activateAutomaticFrontLight();
|
||||||
|
Reference in New Issue
Block a user