esp8266/README.md: Update build instruction to reflect new ports dir.
This commit is contained in:
parent
d072573226
commit
359d2bdf84
|
@ -49,7 +49,7 @@ $ make -C mpy-cross
|
|||
|
||||
Then, to build MicroPython for the ESP8266, just run:
|
||||
```bash
|
||||
$ cd esp8266
|
||||
$ cd ports/esp8266
|
||||
$ make axtls
|
||||
$ make
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue