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