Corrected some formatting errors

This commit is contained in:
Blue Fox 2022-08-21 11:13:26 +02:00
parent d3d09b4c60
commit 12d9045a1e

View File

@ -11,8 +11,9 @@ Supported e-Paper display: 2.7inch e-Paper HAT of Waveshare
1. The ESP32 connects to WiFi (for configuration, see Section "Install")
2. It connects to an NTP (Network Time Protocol) Server, and grabs the date
3. It gets today's daily text (in german) over HTTP GET. The URL format is:
´´´https://www.losungen.de/fileadmin/media-losungen/heute/YYYY/MMDD.html´´´
...where YYYY is the year (four digits) and MM and DD is the month respectively the day; two digits each.
```
https://www.losungen.de/fileadmin/media-losungen/heute/YYYY/MMDD.html
```
4. Then the HTML page is parsed and the daily text is being formatted for displaying.
5. The texts get rendered on the e-Paper.
6. The ESP32 goes into deep sleep mode.
@ -22,6 +23,7 @@ Supported e-Paper display: 2.7inch e-Paper HAT of Waveshare
First, clone the repo. After this is done, open it in Arduino IDE and change some variables:
- WiFiPSK
- WiFiSSID
to your WiFi Preshared Key (often just referred to as Passphrase) and the WiFi SSID.
Then, the whole project can be uploaded by pressing on the upload button (arrow pointing to the right)