1. 29 Apr, 2015 1 commit
  2. 27 Apr, 2015 1 commit
  3. 15 Apr, 2015 1 commit
    • Kevin Uhlir's avatar
      Add multicastJoin and multicastLeave to net module · f68d4160
      Kevin Uhlir authored
      net.multicastJoin(if_ip, multicast_ip)
      net.multicastLeave(if_ip, multicast_ip)
      
      if_ip is a string containing the interface ip to join/leave the
      multicast group.  multicast_ip is the multicast ip of the group to
      join/leave. if_ip can be "" or "any" to affect all interfaces.
      f68d4160
  4. 10 Apr, 2015 1 commit
    • Kirill's avatar
      Update tmr.c · f19e24c7
      Kirill authored
      According to NodeMCU team recommendations.
      f19e24c7
  5. 18 Mar, 2015 3 commits
  6. 17 Mar, 2015 2 commits
  7. 16 Mar, 2015 3 commits
  8. 15 Mar, 2015 5 commits
  9. 13 Mar, 2015 1 commit
  10. 12 Mar, 2015 2 commits
  11. 11 Mar, 2015 3 commits
  12. 09 Mar, 2015 1 commit
  13. 06 Mar, 2015 2 commits
  14. 03 Mar, 2015 2 commits
  15. 01 Mar, 2015 2 commits
  16. 25 Feb, 2015 2 commits
  17. 20 Feb, 2015 3 commits
  18. 19 Feb, 2015 2 commits
  19. 18 Feb, 2015 1 commit
  20. 16 Feb, 2015 2 commits
    • HuangRui's avatar
      Roll back system_get_vdd33 to readvdd33. · 86f0a730
      HuangRui authored
      Bug not fixed in this version =(
      86f0a730
    • HuangRui's avatar
      Update to SDK 0.9.6_b1 · 05fe3ea9
      HuangRui authored
      The open source LWIP is broken, use espressif's liblwip.a.
      Uses system_get_vdd33 instead of readvdd33.
      The espressif's sdk0.9.6 beta1 (2015.02.15) release note
      1、Optimize smartconfig to version v0.8;
      2、Optimize AT to version 0.22.b1;
      1>、Fixed bugs;
      2>、Optimize the speed of transparent transmission;
      3、Optimize boot to version 1.3(b3);
      1>、Fix compatibility problem of dual flash ;
      4、Solve problem of the large current in deep sleep;
      5、Fixed problem “check mem fail”;
      6、Fixed problem of UDP socket may stop listening broadcast packet after a long time running under some special router;
      7、Fixed bug related to wifi_station_scan;
      8、Other optimize to make the software more reliable;
      05fe3ea9