Skip to content

Commit

Permalink
build esp8266 with littleFS support (4kB more RAM)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkk525 committed Nov 7, 2019
1 parent 5750370 commit f6ec71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/esp8266/esp8266_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
cd ~/micropython/ports/esp8266
export PATH=/home/kevin/esp-open-sdk/xtensa-lx106-elf/bin:$PATH
make clean
make -j12
make MICROPY_VFS_LFS2=1 -j12

0 comments on commit f6ec71f

Please sign in to comment.