- 10 Jun, 2019 1 commit
-
-
Skirmantas Lauzikas authored
* ESP32: Add option to set IP/dns config This commit adds support for setting: * Hostname * Static IP / Dns server (Sta mode) * Changing AP network ip config * Setting DNS server IP for DHCP * ESP32: Documentation for setting IP/dns/hostname config * Documented new functions * sethostname() now returns true if success
-
- 31 May, 2019 1 commit
-
-
devsaurus authored
remove ESP_INTR_FLAG_IRAM to fix #2564
-
- 28 Apr, 2019 3 commits
- 22 Apr, 2019 5 commits
-
-
Gregor Hartmann authored
no need to install make 4.1 anymore
-
John Lauer authored
-
Arnim Läuger authored
* remove toolchains submodule * remove toolchains dir * download precompiled toolchain from https://github.com/jmattsson/esp-toolchains/releases * remove toolchain target delete toolchain with clean target * avoid bash syntax
-
DracoBlue authored
Is e.g. necessary for code at https://github.com/nodemcu/nodemcu-firmware/blob/11592951b90707cdcb6d751876170bf4da82850d/docs/en/modules/ucg.md
-
mucek4 authored
-
- 17 Apr, 2019 1 commit
-
-
Arnim Läuger authored
-
- 20 Feb, 2019 1 commit
-
-
Javier Peletier authored
* file: remove use of luaM_free * added safe pushlstring function
-
- 12 Feb, 2019 1 commit
-
-
Arnim Läuger authored
* mqtt: add ceritificate handling to support server verification and mutual authentication * remove superfluous include
-
- 10 Feb, 2019 1 commit
-
-
Arnim Läuger authored
-
- 31 Jan, 2019 3 commits
-
-
devsaurus authored
-
Javier Peletier authored
-
Javier Peletier authored
-
- 29 Jan, 2019 2 commits
-
-
Javier Peletier authored
* mqtt: first pass * mqtt: correct gc during callback bug * mqtt: document and cleanup * mqtt: separate lnodeaux due to copyright * mqtt: rename lnodeaux methods * mqtt: update docs * mqtt: fix copyright in lnodeaux.c * mqtt: refactor and cleanup * mqtt: use ESP logging
-
Javier Peletier authored
-
- 22 Jan, 2019 1 commit
-
-
Kevin Leung authored
-
- 20 Jan, 2019 1 commit
-
-
devsaurus authored
-
- 18 Jan, 2019 1 commit
-
-
Javier Peletier authored
-
- 17 Jan, 2019 2 commits
-
-
devsaurus authored
-
Javier Peletier authored
-
- 16 Jan, 2019 2 commits
-
-
Marcel Stör authored
-
Javier Peletier authored
-
- 15 Jan, 2019 1 commit
-
-
Javier Peletier authored
-
- 13 Jan, 2019 2 commits
-
-
Marcel Stör authored
-
Marcel Stör authored
Drop support for localized content, #2213 Restructure some content to match more closely what we have in master, #2542
-
- 20 Dec, 2018 1 commit
-
-
Marcel Stör authored
-
- 16 Dec, 2018 1 commit
-
-
devsaurus authored
-
- 02 Dec, 2018 3 commits
-
-
devsaurus authored
-
devsaurus authored
-
Arnim Läuger authored
* opt_checkint_range: extend range check to default value * opt_checklstring added * i2s: rework luaM_ and option table handling * spi_master: rework option tables handling * ledc: rework option tables handling
-
- 30 Nov, 2018 1 commit
-
-
Skirmantas Lauzikas authored
* ESP32: add support for RS485 This commit adds support for switching UART mode to RS485/IRDA. Also included are patches for memory leaks then handling UART events other than data. * ESP32: Documentation for uart.setmode()
-
- 26 Nov, 2018 2 commits
-
-
Skirmantas Lauzikas authored
* ESP32: Add time modules New time module for manipulating system time/ calendar and controlling SNTP server * ESP32: Time module documentation & style fixes * added documentation for time modules * style fixes as pointed out by @devsaurus * ESP32: Time module small fixes * Couple small fixes
-
Marcel Stör authored
-
- 23 Nov, 2018 1 commit
-
-
Arnim Läuger authored
-
- 22 Nov, 2018 1 commit
-
-
Skirmantas Lauzikas authored
* Esp32: Add SJSON module This adds SJSON module taken directly from master * ESP32: Fixes for sjson lib Fixed compilation not including config header, thus braking some of libs functionality * ESP32: Upgraded SJSON to master
-
- 15 Nov, 2018 1 commit
-
-
devsaurus authored
-