rssi_graph
This commit is contained in:
@@ -70,7 +70,11 @@ const char apNameTxt[] PROGMEM = "AP NAME";
|
||||
const char apPassTxt[] PROGMEM = "PASSWORD";
|
||||
const char bootstrFmt[] PROGMEM = "Trying to %s";
|
||||
const char apSettFmt[] PROGMEM = "SETTINGS PAGE ON: HTTP://%s/";
|
||||
const char weatherFmt[] PROGMEM = "%s, %.1f\011C \007 feels like: %.1f\011C \007 pressure: %d мм * humidity: %s%% \007 wind: [%s] %.1f m/s";
|
||||
#if EXT_WEATHER
|
||||
const char weatherFmt[] PROGMEM = "%s, %.1f\011C \007 feels like: %.1f\011C \007 pressure: %d мм * humidity: %s%% \007 wind: %s\027%.1f m/s";
|
||||
#else
|
||||
const char weatherFmt[] PROGMEM = "%s, %.1f\011C \007 pressure: %d mm \007 humidity: %s%%";
|
||||
#endif
|
||||
const char weatherUnits[] PROGMEM = "metric"; /* standard, metric, imperial */
|
||||
const char weatherLang[] PROGMEM = "en"; /* https://openweathermap.org/current#multi */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user