File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -92,27 +92,32 @@ of FlashROM.
9292First start
9393-----------
9494
95+ Be sure to change ESP8266's WiFi access point password ASAP, see below.
96+
9597__ Serial prompt__
9698
9799You can access the REPL (Python prompt) over UART (the same as used for
98100programming).
99101- Baudrate: 115200
100102
103+ Run ` help() ` for some basic information.
104+
101105__ WiFi__
102106
103107Initially, 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
111117Python 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
117122Documentation
118123-------------
You can’t perform that action at this time.
0 commit comments