Moved language to PROGMEM

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-03-12 19:22:41 +01:00
parent abcdd08d9b
commit 5de6f4cf0b

View File

@@ -5,7 +5,7 @@
// [number of languages][number of texts]
// *** means the text is the same as in English
static const char* const myLanguage[18][206] = {
static const char* const myLanguage[18][206] PROGMEM = {
{ "English", // English
"Rotary direction changed", // 1
"Please release button", // 2