You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-15Lines changed: 21 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,21 +47,26 @@ Enhancements included in [THIS repository](https://github.com/rob040/LEDmatrixCl
47
47
* Added user configurable temperature, wind speed and air pressure unit and conversions.
48
48
* Removed the Imperial / Metric choice , with more customization freedom to the user.
49
49
* The LED Display character font has been overhauled for more consistency and readability.
50
+
* The hostname is now configurable. This hostname was "CLOCK-XXXXXX", where "XXXXXX" are device specific hex characters, which is still the default. A change will cause reboot, an empty entry will return to the default hostname.
51
+
* The hostname is used for mDNS to access the webpage at <br>` http://hostname.local`
52
+
* The MQTT status message was changed and the publish frequency was reduced to once every hour, and after startup and after connection error recovery.
50
53
51
54
**NEW**
52
-
* As of version 3.4.0, there is **multiple language support** for text on the LED Matrix display. The configuration web page remains English.
53
-
* There is Language support for following 12 languages:
55
+
* As of version 3.4.0, there is **multiple language support** for texts on the LED Matrix display. The web server pages will remain in English.
56
+
* There is Language support for following 14 languages:
54
57
* => English
55
-
* => Nederlands
56
-
* => Deutsch
57
-
* => Français
58
-
* => Italiano
59
-
* => Español
60
-
* => Português
61
-
* => Dansk
62
-
* => Norsk
63
-
* => Svenska
64
-
* => Polski
58
+
* => Nederlands (Dutch)
59
+
* => Deutsch (German)
60
+
* => Français (French)
61
+
* => Italiano (Italian)
62
+
* => Español (Spanish)
63
+
* => Português (Portuguese)
64
+
* => Dansk (Danish)
65
+
* => Norsk (Norwegian)
66
+
* => Svenska (Swedish)
67
+
* => Polski (Polish)
68
+
* => Čeština (Czech)
69
+
* => Slovenčina (Slovak)
65
70
66
71
67
72
### known issues
@@ -153,7 +158,7 @@ Use the Arduino guide for details on how to install and manage libraries https:/
153
158
154
159
**Packages** -- the following packages and libraries are used (download and install):
0 commit comments