From 12d9045a1e693b664c087d618516092ecfcfe30b Mon Sep 17 00:00:00 2001 From: Blue Fox Date: Sun, 21 Aug 2022 11:13:26 +0200 Subject: [PATCH] Corrected some formatting errors --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf6399d..4af1abe 100644 --- a/README.md +++ b/README.md @@ -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)