Skip to content

Release 0.9.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@tve tve released this 26 May 07:35
· 579 commits to master since this release

Almost fully functional release with over-the-air (OTA) reflashing of the esp, and port 23 transparent bridge as well as AVR & ARM flashing support. Simple debug log page to view the esp-link's own os_printf output via the web and a console page to see the attached uC's output. Changes since v0.9.2: added telnet escape sequence support, switched to pure-css, many other fixes.

To install on your esp8266 module see the project README.
The short version for the serial install is:

  1. flash boot_v1.3(b3).bin from the official esp_iot_sdk_v1.0.1 and included in the release to 0x00000
  2. flash blank.bin from the official SDK and also included here to 0x7e000
  3. flash user1.bin to 0x01000

The short version for an OTA upgrade is:

  1. ./wiflash <esp-hostname> user1.bin user2.bin

Warning: This release has issue #3, if you visit the "uC console" page you will need to reset your esp-link to recover. New release coming soon (the bug is fixed in master).