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
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Enhancements included in [THIS repository](https://github.com/rob040/LEDmatrixCl
36
36
* Automatic timezone (from Local weather), hence no need for TimeZoneDB.
37
37
* Added a favicon for easy recognition in your browser.
38
38
* Support for different display sizes without re-compilation, via configuration page (device will reboot upon change).
39
-
* Using the 'LittleFS' filesystem in stead of the depecated 'SPIFFS' filesystem
39
+
* Using the 'LittleFS' filesystem in stead of the deprecated 'SPIFFS' filesystem
40
40
* Using ArduinoJson upgraded to version 7
41
41
* Webpage now has switchable dark-mode view
42
42
* Webpage now has switchable automatic page update
@@ -47,7 +47,7 @@ Enhancements included in [THIS repository](https://github.com/rob040/LEDmatrixCl
47
47
48
48
### known issues
49
49
* Webpage update does halt the scrolling display for a moment. See [issue #8](https://github.com/rob040/LEDmatrixClock/issues/8) for more details.
50
-
* Scrolling text appears to have some 'flex' in it. See [issue #9](https://github.com/rob040/LEDmatrixClock/issues/9) for meore details.
50
+
* Scrolling text appears to have some 'flex' in it. See [issue #9](https://github.com/rob040/LEDmatrixClock/issues/9) for more details.
51
51
* When using the LED display at lowest intensity, some pixel flicker might be visible. See [issue #10](https://github.com/rob040/LEDmatrixClock/issues/10) for more details.
52
52
53
53
@@ -116,12 +116,10 @@ Still, the source directory structure is kept such that this project can be buil
116
116
Use the Arduino guide for details on how to installing and manage libraries https://www.arduino.cc/en/Guide/Libraries
117
117
118
118
**Packages** -- the following packages and libraries are used (download and install):
Use [**VScode**](https://code.visualstudio.com/docs) with [**PlatformIO**](https://platformio.org/) or better, its desendant fork [**PIOarduino**](https://marketplace.visualstudio.com/items?itemName=pioarduino.pioarduino-ide) extension.
@@ -144,6 +142,7 @@ All settings and API Keys are managed from the Web Interface.
144
142
## Web Interface
145
143
The Marquee Scroller uses the **WiFiManager** so when it can't find the last network it was connected to,
146
144
it will become an **Access Point Hotspot** -- connect to it with your phone at http://192.168.4.1/ and you can then enter your WiFi connection information.
145
+
This is shown on the LED display.
147
146
148
147
After connected to your WiFi network it will display the IP address assigned to it and that can be
149
148
used to open a browser to the Web Interface. You will be able to manage your API Keys through the web interface.
0 commit comments