You've already forked TEF6686_ESP32
Moved language to PROGMEM
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user