From 480dfce82616ca9e09e1528e8312b6429dc2a95d Mon Sep 17 00:00:00 2001 From: smurf0969 <47907842+smurf0969@users.noreply.github.com> Date: Fri, 15 Mar 2019 23:15:13 +0000 Subject: [PATCH] Update WiFiConnect.cpp --- src/WiFiConnect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WiFiConnect.cpp b/src/WiFiConnect.cpp index f58c770..dfe46c2 100644 --- a/src/WiFiConnect.cpp +++ b/src/WiFiConnect.cpp @@ -14,7 +14,7 @@ It can also display messages via a OLED screen see WiFiConnectOLED class. - ![alt text](https://github.com/smurf0969/WiFiConnect/blob/master/extras/screenshots.png "Screenshots") + ![alt text](https://github.com/smurf0969/WiFiConnect/raw/master/extras/screenshots.png "Screenshots") This is a heavily customised version from the origional WiFiManager developed by https://github.com/tzapu .