summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2017-11-12 18:29:27 +0200
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2017-11-12 18:34:46 +0200
commit9c209e4d09424e6a180276e1fcdddf8f640e8804 (patch)
treea3b59f10d2d7419d08c8a1e038f0886f6fbc384f
parent79ed58f87b008ed1ad75c611686ca8bebfe2a817 (diff)
esp8266/README: Emphasize the need to change default WiFi password.
-rw-r--r--ports/esp8266/README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/ports/esp8266/README.md b/ports/esp8266/README.md
index 252e195d8..04a6039d0 100644
--- a/ports/esp8266/README.md
+++ b/ports/esp8266/README.md
@@ -92,12 +92,16 @@ of FlashROM.
First start
-----------
+Be sure to change ESP8266's WiFi access point password ASAP, see below.
+
__Serial prompt__
You can access the REPL (Python prompt) over UART (the same as used for
programming).
- Baudrate: 115200
+Run `help()` for some basic information.
+
__WiFi__
Initially, the device configures itself as a WiFi access point (AP).
@@ -105,14 +109,15 @@ Initially, the device configures itself as a WiFi access point (AP).
- Password: micropythoN (note the upper-case N).
- IP address of the board: 192.168.4.1.
- DHCP-server is activated.
+- Please be sure to change the password to something non-guessable
+ immediately. `help()` gives information how.
__WebREPL__
Python prompt over WiFi, connecting through a browser.
- Hosted at http://micropython.org/webrepl.
- GitHub repository https://github.com/micropython/webrepl.
-
-Please follow the instructions there.
+ Please follow the instructions there.
Documentation
-------------