diff options
| -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 |
