Skip to content

Releases: toitware/esptool.js

v0.12.3

11 Nov 12:21
ba304a7
Compare
Choose a tag to compare

What's Changed

  • Fix hanging connect by @qvisten999 in #12

Full Changelog: v0.12.2...v0.12.3

v0.12.2

08 Nov 13:46
fade77b
Compare
Choose a tag to compare

What's Changed

  • Bugfix: fix infinite loop in packet if packet end not in minLength by @jstroem in #11

Full Changelog: v0.12.1...v0.12.2

v0.12.1

22 Oct 12:17
7bd3427
Compare
Choose a tag to compare

What's Changed

  • Bugfix: reader has reference to readable so it can change by @jstroem in #10

Full Changelog: v0.12.0...v0.12.1

v0.12.0

21 Oct 13:41
bdc425f
Compare
Choose a tag to compare

Reintroduced a background reader to fix connectivity problems.

v0.11.1

19 Oct 11:47
a05a171
Compare
Choose a tag to compare

Bugfix: in packet mode keep new packets in read buffer

v0.11.0

18 Oct 12:07
df305b0
Compare
Choose a tag to compare
Synchronous reads and better connect/sync logic with more retries. (#6)

v0.10.2

30 Sep 20:22
696117c
Compare
Choose a tag to compare

Bugfix: retry read loop on transient errors.

v0.10.1

21 Sep 11:38
4cbb84c
Compare
Choose a tag to compare

Reverted to #3

v0.10.0

15 Sep 06:48
656dcb8
Compare
Choose a tag to compare

Use bootloader reboot logic from python esptool

package using commonjs

18 Aug 12:35
aa175b5
Compare
Choose a tag to compare
Merge pull request #2 from toitware/build-commonjs

Build common-JS modules