Skip to content

Releases: yesco/esp-lisp

release, including editor imacs

01 Feb 05:46
Compare
Choose a tag to compare
Pre-release

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!

29 Feb 16:49
Compare
Choose a tag to compare

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

05 Oct 20:57
Compare
Choose a tag to compare
Second update Pre-release
Pre-release

See the logs, but essentially more stable and the beginnings of network support.

First "relase" of esp-lisp

30 Sep 00:50
Compare
Choose a tag to compare
Pre-release

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