🌐 Skip non-essential translations
This commit is contained in:
@ -256,4 +256,4 @@ namespace Theme {
|
||||
|
||||
constexpr PROGMEM uint32_t UTF8_FONT_OFFSET = 10000;
|
||||
constexpr PROGMEM uint32_t BACKGROUND_OFFSET = 40000;
|
||||
}; // namespace Theme
|
||||
} // namespace Theme
|
||||
|
@ -385,7 +385,7 @@ namespace Theme {
|
||||
{CHACK},
|
||||
{SILENCE, END_SONG, 0}
|
||||
};
|
||||
}; // namespace Theme
|
||||
} // namespace Theme
|
||||
|
||||
#define N_ELEMENTS(a) (sizeof(a)/sizeof(a[0]))
|
||||
|
||||
|
@ -40,4 +40,4 @@ namespace Theme {
|
||||
extern const PROGMEM SoundPlayer::sound_t warble[];
|
||||
extern const PROGMEM SoundPlayer::sound_t carousel[];
|
||||
extern const PROGMEM SoundPlayer::sound_t all_instruments[];
|
||||
}; // namespace Theme
|
||||
} // namespace Theme
|
||||
|
Reference in New Issue
Block a user