- Buildsystem now only uses esptool.py (recent esptool.py with elf2image is a must).
- esptool.py is now a 'deployment' method consistent with the rest of antares.
- New command baud (modify serial port(s) speed on the go).
That's part of news. The other part is I've tried running esp8266 and a serial2tcp bridge. To make the long story short - it sucks. lwip is compiled in a weird way that assembles data in big packets, so you when you send a single character via telnet you have to wait for a second or so for it to appear. Working on lwip now.