esp8266/README: Emphasize the need to change default WiFi password.
This commit is contained in:
parent
79ed58f87b
commit
9c209e4d09
@ -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
|
||||
-------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user