Fix l10n and WiFi connect issues

This commit is contained in:
Marcel Stör
2018-09-16 22:25:25 +02:00
parent e9063650d9
commit ba74e3c2a8
2 changed files with 9 additions and 10 deletions

View File

@@ -55,6 +55,7 @@ const uint8_t MAX_FORECASTS = 10;
// Adjust according to your language
const String WDAY_NAMES[] = {"SUN", "MON", "TUE", "WED", "THU", "FRI", "SAT"};
const String MONTH_NAMES[] = {"JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC"};
const String SUN_MOON_TEXT[] = {"Sun", "Rise", "Set", "Moon", "Age", "Illum"};
const String MOON_PHASES[] = {"New Moon", "Waxing Crescent", "First Quarter", "Waxing Gibbous",
"Full Moon", "Waning Gibbous", "Third quarter", "Waning Crescent"};
@@ -92,4 +93,3 @@ bool IS_STYLE_12HR = false;
/***************************
* End Settings
**************************/