Releases: yesco/esp-lisp
Releases · yesco/esp-lisp
release, including editor imacs
This one has imacs in it. It's a function called edit. See the wiki docs for functions.
esptool.py -p /dev/ttyUSB0 --baud 460800 write_flash -fs 32m -fm qio -ff 40m
0x0 rboot.bin 0x1000 blank_config.bin 0x2000 esp-lisp.bin 0x200000 spiffs.bin
I don't have an esp-8266 on my now, but had time to build the files. Let me know how it works!
just an increment release, with 99 changes!
Provided as convenience instead of having to compile. May be useful for newbies.
Use the following to flash your nodemcu/esp8266:
esptool.py -p /dev/ttyUSB0 --baud 115200 write_flash -fs 16m -fm qio -ff 40m 0x20000 ./firmware/0x20000.bin 0x00000 ./firmware/0x00000.bin
Second update
See the logs, but essentially more stable and the beginnings of network support.
First "relase" of esp-lisp
Putting up binaries for test.
Flash the nodemcu like this:
esptool.py -p /dev/ttyUSB0 --baud 115200 write_flash -fs 16m -fm qio -ff 40m 0x40000 ./0x40000.bin 0x00000 ./0x00000.bin