trunk fmt

This commit is contained in:
Thomas Göttgens
2024-08-29 21:51:06 +02:00
parent a6cc7041d3
commit 50631f96fc
3 changed files with 442 additions and 447 deletions

View File

@@ -123,7 +123,7 @@ static bool heartbeat = false;
/// Check if the display can render a string (detect special chars; emoji)
static bool haveGlyphs(const char *str)
{
#if defined(OLED_PL) ||defined(OLED_UA) || defined(OLED_RU)
#if defined(OLED_PL) || defined(OLED_UA) || defined(OLED_RU)
// Don't want to make any assumptions about custom language support
return true;
#endif