From dc1d194d54bce18f3646ce7b15c518f7610f874c Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Mon, 19 Feb 2018 09:54:30 -0800 Subject: [PATCH] Update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 58e56cf..20de259 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ Once you boot the Pi with this image, you will see a WiFi AP named "ConnectToCon When the WiFi credentials are entered onto the login form, the Pi will modify its internal `wpa_supplicant` to conform to them so that it will be connected to the net. The Pi will then reboot itself using those WiFi credentials. If the credentials are not correct, then the Pi will reboot back into the AP mode to allow you to re-enter them again. +Once connected, you can recieve a message for your Pi at https://snaptext.live (the specific URL will be given to you when you enter in the credentials to the form). + _Note:_ The Raspberry Pi is **not** a fast computer. When you see the AP and connect to it, it may take up to a minute for the page at `192.168.4.1` to appear. Also, if you enter the wrong WiFi credentials, it will have to reboot twice to reset the Pi to allow you to enter the credentials again. So try to enter them right the first time! # How does it work?