diff options
| author | bsdfox <bob@drinksbeer.org> | 2016-04-28 09:45:36 -0700 |
|---|---|---|
| committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-04-28 21:42:04 +0300 |
| commit | 193c62226c6c5028acb0d2c1bfb5064911a49753 (patch) | |
| tree | 6292ebd11a14b08c5d55c5dc4a4814a827d88c1d | |
| parent | 8fcfaf6f220ca9645b4429d756b3646c298d6466 (diff) | |
esp8266/README: Add recently required step of 'make axtls'.
| -rw-r--r-- | esp8266/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/esp8266/README.md b/esp8266/README.md index 7c6dfaf8d..b2eae65bd 100644 --- a/esp8266/README.md +++ b/esp8266/README.md @@ -41,6 +41,7 @@ dependencies. Then, to build MicroPython for the ESP8266, just run: ```bash $ cd esp8266 +$ make axtls $ make ``` This will produce binary images in the `build/` subdirectory. If you install |
