Skip to content

Commit 48d05a9

Browse files
authored
Update README.md
Updated library info, fixed some spelling errors
1 parent 708da90 commit 48d05a9

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Enhancements included in [THIS repository](https://github.com/rob040/LEDmatrixCl
3636
* Automatic timezone (from Local weather), hence no need for TimeZoneDB.
3737
* Added a favicon for easy recognition in your browser.
3838
* 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
4040
* Using ArduinoJson upgraded to version 7
4141
* Webpage now has switchable dark-mode view
4242
* Webpage now has switchable automatic page update
@@ -47,7 +47,7 @@ Enhancements included in [THIS repository](https://github.com/rob040/LEDmatrixCl
4747

4848
### known issues
4949
* 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.
5151
* 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.
5252

5353

@@ -116,12 +116,10 @@ Still, the source directory structure is kept such that this project can be buil
116116
Use the Arduino guide for details on how to installing and manage libraries https://www.arduino.cc/en/Guide/Libraries
117117

118118
**Packages** -- the following packages and libraries are used (download and install):
119-
* <WiFiManager.h> --> https://github.com/tzapu/WiFiManager (latest)
120119
* <TimeLib.h> --> https://github.com/PaulStoffregen/Time
121120
* <Adafruit_GFX.h> --> https://github.com/adafruit/Adafruit-GFX-Library
122-
* <Max72xxPanel.h> --> https://github.com/markruys/arduino-Max72xxPanel
123-
* <JsonStreamingParser.h> --> https://github.com/squix78/json-streaming-parser (to be discarded soon)
124-
* <ArduinoJson> --> https://github.com/bblanchon/ArduinoJson v7.4.2+
121+
* <ArduinoJson.h> --> https://github.com/bblanchon/ArduinoJson v7.4.2+
122+
* <PubSubClient.h> --> https://github.com/hmueller01/pubsubclient3 v3.2.0
125123

126124
## Building with PlatformIO.
127125
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.
144142
## Web Interface
145143
The Marquee Scroller uses the **WiFiManager** so when it can't find the last network it was connected to,
146144
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.
147146

148147
After connected to your WiFi network it will display the IP address assigned to it and that can be
149148
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

Comments
 (0)