1. 01 Aug, 2019 1 commit
  2. 27 Jul, 2019 4 commits
  3. 26 Jul, 2019 2 commits
  4. 23 Jul, 2019 3 commits
  5. 21 Jul, 2019 1 commit
    • Johny Mattsson's avatar
      Major cleanup - c_whatever is finally history. (#2838) · 526d21da
      Johny Mattsson authored
      The PR removed the bulk of non-newlib headers from the NodeMCU source base.  
      app/libc has now been cut down to the bare minimum overrides to shadow the 
      corresponding functions in the SDK's libc. The old c_xyz.h headerfiles have been 
      nuked in favour of the standard <xyz.h> headers, with a few exceptions over in 
      sdk-overrides. Again, shipping a libc.a without headers is a terrible thing to do. We're 
      still living on a prayer that libc was configured the same was as a default-configured
      xtensa gcc toolchain assumes it is. That part I cannot do anything about, unfortunately, 
      but it's no worse than it has been before.
      
      This enables our source files to compile successfully using the standard header files, 
      and use the typical malloc()/calloc()/realloc()/free(), the strwhatever()s and 
      memwhatever()s. These end up, through macro and linker magic, mapped to the 
      appropriate SDK or ROM functions.
      526d21da
  6. 16 Jul, 2019 1 commit
    • Nathaniel Wesley Filardo's avatar
      MQTT tweaks (#2822) · 9f8b74de
      Nathaniel Wesley Filardo authored
      * mqtt:connect() secure parameter should be boolean
      
      Continue to honor the old 0/1 values, but make them undocumented and add
      a deprecation warning to the code and docs.  Eventually, this should go
      away.
      
      * mqtt: rip out deprecated autoreconnect
      
      * mqtt: expose all the callbacks via :on
      9f8b74de
  7. 14 Jul, 2019 2 commits
  8. 11 Jul, 2019 1 commit
  9. 08 Jul, 2019 1 commit
    • Marcel Stör's avatar
      Save the post data in a file on the filesystem (#2810) · 0398c336
      Marcel Stör authored
      * Use cross-browser JS for query params in EUS
      
      * Update EUS doc to explain how to use parameters
      
      * Remove ; in Lua code
      
      * Rewrite the endpoint table
      
      * Do not use properties as global Lua variables
      
      * remove enduser_setup.html.gz
      
      * rename folder 'eus' to 'enduser_setup'
      
      * Change input type for password to "password"
      
      * Replace outdated captive portal screen shot
      0398c336
  10. 05 Jul, 2019 1 commit
  11. 28 Jun, 2019 1 commit
  12. 22 Jun, 2019 2 commits
  13. 21 Jun, 2019 2 commits
  14. 19 Jun, 2019 1 commit
  15. 01 Jun, 2019 2 commits
  16. 25 May, 2019 1 commit
  17. 22 May, 2019 1 commit
  18. 20 May, 2019 2 commits
  19. 19 May, 2019 1 commit
  20. 17 May, 2019 2 commits
  21. 08 May, 2019 1 commit
  22. 07 May, 2019 1 commit
  23. 01 May, 2019 1 commit
  24. 28 Apr, 2019 2 commits
    • devsaurus's avatar
      u8g2: fix return value · b7a99358
      devsaurus authored
      b7a99358
    • Arnim Läuger's avatar
      Update u8g2 to v2.25.10 (#2735) · 530c353f
      Arnim Läuger authored
      * Upgrade u8g2 and add updateDisplayArea bindings
      
      * u8g2 2.25.10
      
      * add displays for 2.24.3 and 2.25.10
      
      * remove workaround for hal pointer and make use of u8x8's user_ptr
      
      * fix doc
      
      * add binding for `updateDisplay()`
      530c353f
  25. 19 Apr, 2019 2 commits
  26. 11 Apr, 2019 1 commit