1. 19 Oct, 2017 1 commit
  2. 27 Aug, 2017 1 commit
  3. 05 Apr, 2017 1 commit
  4. 04 Apr, 2017 1 commit
    • dnc40085's avatar
      Add wifi.suspend() and node.sleep() (#1231) · 41a5736d
      dnc40085 authored
      * Exposed forced sleep API and more
      Added timer suspend functionality
      * wifi.suspend
      * wifi.resume
      * node.sleep 
      * tmr.suspend
      * tmr.suspend_all
      * tmr.resume
      * tmr.resume_all
      * Implement timer suspend functionality
      * Fix for uart TX glitch
      * Made some modifications to the error reporting
      41a5736d
  5. 14 Mar, 2017 1 commit
  6. 08 Feb, 2017 1 commit
    • Jason Follas's avatar
      Support clearing WiFi config (#1761) · 2ab28df9
      Jason Follas authored
      * Add wifi.sta.clearconfig(). Adjust password validation to match 2.0.0 SDK rules (no min length enforced, i.e. for WEP)
      * Updat comments about WEP key not having a minimum
      * Documentation: add note about node.restore() to wifi.sta.clearconfig() docs, and add SDK verbiage to describe what node.restore() impacts.
      * Normaliz if statements
      * Convert leading tabs to leading spaces for consistency
      2ab28df9
  7. 26 Dec, 2016 1 commit
  8. 01 Oct, 2016 1 commit
  9. 18 Sep, 2016 1 commit
  10. 04 Aug, 2016 1 commit
  11. 14 Jul, 2016 1 commit
  12. 18 May, 2016 1 commit
    • Johny Mattsson's avatar
      Rework ADC mode setting approach (#1285) · 30d354c2
      Johny Mattsson authored
      - Stop fighting against the SDK in terms of owning/writing the init_data block.
        NodeMCU included a default init_data block because originally the SDK did
        not, but by now it's not needed.
      
      - Expose a way to reconfigure the ADC mode from Lua land. With most people
        using the cloud builder and not able to change the #define for byte 107
        this has been a pain point.
      
      - Less confusion about which init_data has been used. Lua code can now simply
        state what mode it wants the ADC to be in, and not worry about the rest of
        the init_data complexities such as the init_data changing location due to
        flashing with wrong flash_size setting, or doing/not doing a chip-erase
        before loading new NodeMCU firmware.
      30d354c2
  13. 20 Mar, 2016 1 commit
  14. 06 Mar, 2016 2 commits
  15. 03 Mar, 2016 1 commit
  16. 01 Mar, 2016 1 commit
  17. 24 Feb, 2016 1 commit
  18. 20 Feb, 2016 1 commit
  19. 15 Jan, 2016 1 commit
  20. 13 Jan, 2016 1 commit
  21. 08 Jan, 2016 2 commits
  22. 06 Jan, 2016 1 commit
  23. 05 Jan, 2016 3 commits
  24. 28 Dec, 2015 1 commit
  25. 27 Dec, 2015 1 commit
  26. 17 Dec, 2015 3 commits
  27. 13 Dec, 2015 2 commits
  28. 05 Dec, 2015 1 commit