Skip to content

Releases: 51bit/esp01

v0.1.0

05 Sep 06:31
fc40e46
Compare
Choose a tag to compare
  1. Add tcp and udp functions
  2. update main.ts and zh json

v0.0.9

20 Jun 04:37
c1858b0
Compare
Choose a tag to compare

Fixes below code in demo:

    if(httpResult != "TIMEOUT")
    {
        esp01.serveWebHTML(pass == 1)
    }

v0.0.8

20 Jun 04:34
5609f35
Compare
Choose a tag to compare

Fixes esp01.getAPWebRequest() at first, then esp01.serveWebHTML(pass == 1), so once it get request, it can post html to user, otherwise it should just go to next loop's waiting.

v0.0.7

20 Jun 04:20
70e2f92
Compare
Choose a tag to compare

Fixes "AT+RST" issue in setupAPServer and esp8266 body limitation caused issue.

v0.0.6

19 Jun 06:15
02fb43a
Compare
Choose a tag to compare

Fixes serveWebHTML and update esp01.png

v0.0.5

19 Jun 06:08
977aa4b
Compare
Choose a tag to compare

Add fixes for serveWebHTML

v0.0.4

19 Jun 05:00
e9e732e
Compare
Choose a tag to compare

Add example code in readme.

v0.0.3

19 Jun 04:41
f6be713
Compare
Choose a tag to compare

Optimize code and fixes issues.

v0.0.2

18 Jun 06:42
6da6aed
Compare
Choose a tag to compare

Add ESP-01 makecode extension for micro:bit