Skip to content

Commit 9c209e4

Browse files
committed
esp8266/README: Emphasize the need to change default WiFi password.
1 parent 79ed58f commit 9c209e4

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

ports/esp8266/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,27 +92,32 @@ of FlashROM.
9292
First start
9393
-----------
9494

95+
Be sure to change ESP8266's WiFi access point password ASAP, see below.
96+
9597
__Serial prompt__
9698

9799
You can access the REPL (Python prompt) over UART (the same as used for
98100
programming).
99101
- Baudrate: 115200
100102

103+
Run `help()` for some basic information.
104+
101105
__WiFi__
102106

103107
Initially, the device configures itself as a WiFi access point (AP).
104108
- ESSID: MicroPython-xxxxxx (x’s are replaced with part of the MAC address).
105109
- Password: micropythoN (note the upper-case N).
106110
- IP address of the board: 192.168.4.1.
107111
- DHCP-server is activated.
112+
- Please be sure to change the password to something non-guessable
113+
immediately. `help()` gives information how.
108114

109115
__WebREPL__
110116

111117
Python prompt over WiFi, connecting through a browser.
112118
- Hosted at http://micropython.org/webrepl.
113119
- GitHub repository https://github.com/micropython/webrepl.
114-
115-
Please follow the instructions there.
120+
Please follow the instructions there.
116121

117122
Documentation
118123
-------------

0 commit comments

Comments
 (0)