esp8266/README: Add recently required step of 'make axtls'.

This commit is contained in:
bsdfox 2016-04-28 09:45:36 -07:00 committed by Paul Sokolovsky
parent 8fcfaf6f22
commit 193c62226c

View File

@ -41,6 +41,7 @@ dependencies.
Then, to build MicroPython for the ESP8266, just run: Then, to build MicroPython for the ESP8266, just run:
```bash ```bash
$ cd esp8266 $ cd esp8266
$ make axtls
$ make $ make
``` ```
This will produce binary images in the `build/` subdirectory. If you install This will produce binary images in the `build/` subdirectory. If you install