- 06 Sep, 2021 2 commits
-
-
Marcel Stör authored
* Modernize docs * Remove old style hacks * Add comment
-
Lian Yang authored
Sets static IP address, netmask, gateway, dns address of the ethernet. The code is directly copied from the wifi.sta module.
-
- 23 May, 2021 1 commit
-
-
serg3295 authored
ledc.md - formatting, add object name otaupgrade.md - formatting, add 'Syntax' section pulsecnt.md - formatting, fix syntax pulsecnt.create, add object name sdmmc.md - fix typos sjson.md - formatting, add `Parameters` section touch.md - formatting, add object name, fix Returns in tp:read()
-
- 19 May, 2021 1 commit
-
-
serg3295 authored
* Fix bit, bthci, can, encoder, eth, i2s docs * Fix bit, mqtt, qrcodegen, sigma-delta, sodium, time docs. * Add object name in http.md
-
- 27 Apr, 2021 1 commit
-
-
serg3295 authored
-
- 02 Apr, 2021 1 commit
-
-
Marcel Stör authored
-
- 14 Feb, 2021 1 commit
-
-
tomsci authored
-
- 22 Jan, 2021 1 commit
-
-
jmdasnoy authored
-
- 17 Jan, 2021 1 commit
-
-
tomsci authored
Supporting wakeup from (non-EXT1) GPIO, UART, ULP, timer and touch
-
- 05 Jan, 2021 1 commit
-
-
Kit Klein authored
-
- 23 Aug, 2020 2 commits
-
-
Nathaniel Wesley Filardo authored
Using the NODEMCU_ namespace prefix makes it obvious that these are not part of Lua proper (contrast, e.g., LUA_BUILTIN_STRING). Using "CMODULE" gives us room to differentiate between modules whose implementation is in C and whose implemenation is in Lua ("LMODULE"). The ESP8266 branch can adopt the same convention when it moves to Kconfig; see https://github.com/nodemcu/nodemcu-firmware/issues/3130
-
Marcel Stör authored
-
- 22 Aug, 2020 2 commits
- 27 Jul, 2020 1 commit
-
-
Javier Peletier authored
-
- 30 Jun, 2020 1 commit
-
-
kiritnarain authored
It now correctly uses ledc.newChannel() and saves the return value instead of invoking ledc.setup().
-
- 18 May, 2020 2 commits
-
-
Javier Peletier authored
-
tomsci authored
-
- 27 Apr, 2020 1 commit
-
-
tomsci authored
Fixes #2880
-
- 26 Feb, 2020 1 commit
-
-
Kit Klein authored
Correcting the AP config auth types. The ones defined in the current documentation don't seem to exist.
-
- 11 Feb, 2020 1 commit
-
-
Marcel Stör authored
-
- 09 Feb, 2020 1 commit
-
-
Marcel Stör authored
-
- 27 Oct, 2019 1 commit
-
-
John Lauer authored
* Touch module 1st checkin * ESP32. Check-in 2 for Touch sensor module * ESP32: Touch module. Sample Lua code. * ESP32: Latest YouTube vid * ESP32: Touch docs update * Added opt_* methods for value retrieval
-
- 12 Aug, 2019 1 commit
-
-
Arnim Läuger authored
* fix handling of optional power pin * add init example for wESP32 * add example for eth.on()
-
- 23 Jul, 2019 1 commit
-
-
Javier Peletier authored
-
- 22 Jul, 2019 1 commit
-
-
Johny Mattsson authored
* Port LFS from ESP8266 to ESP32
-
- 20 Jul, 2019 1 commit
-
-
Arnim Läuger authored
Ethernet module added.
-
- 10 Jul, 2019 1 commit
-
-
John Lauer authored
-
- 06 Jul, 2019 1 commit
-
-
Johny Mattsson authored
* Implemented otaupgrade module. * Added partition table example for otaupgrade. * Copy-paste omission. Whoops. * Updated otaupgrade docs after review.
-
- 04 Jul, 2019 1 commit
-
-
Johny Mattsson authored
* Leaner, meaner crypto module; now with HMAC Based on my testing, mbedtls pulls in all its algorithm regardless of whether the NodeMCU crypto module was using them or not. As such, the space savings from omitting algorithms were only in the tens of bytes. By switching to using the mbedtls generic message digest interface, the crypto module itself could be shrunk in size and complexity. Despite adding support for HMAC on all algorithms (plus including RIPEMD160), this version is 330 bytes smaller. * Updated crypto module docs. * Removed superfluous brackets in crypto docs. Copy-paste considered harmful... >.>
-
- 12 Jun, 2019 1 commit
-
-
John Lauer authored
* ESP32: Added pulsecnt module The pulsecnt module let's you use the ESP32's pulse counter capabilities from Lua. * ESP32: Pulsecnt module. Better/faster callback. Reduced the amount of callback variables to speed things up and shift more logic to Lua than in the C code. * ESP32: Completed docs for pulsecnt * ESP32: Final release of pulsecnt * ESP32: Production release of pulsecnt * ESP32: Release (tweaked docs) * ESP32: Pulse Counter Release. Cleaned up .gitignore * ESP32: Pulse counter release (changed ch1 gpio to int to match ch0)
-
- 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
-
- 28 Apr, 2019 1 commit
-
-
devsaurus authored
- new displays - binding for updateDisplay() and updateDisplayArea() - use user_ptr instead of hal workaround
-
- 22 Apr, 2019 1 commit
-
-
mucek4 authored
-
- 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 1 commit
-
-
devsaurus 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
-
- 20 Jan, 2019 1 commit
-
-
devsaurus authored
-