Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IR module (Infrared) #3094

Open
wants to merge 72 commits into
base: dev
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
72 commits
Select commit Hold shift + click to select a range
14c1b8f
Lua 5.1 to 5.3 realignement phase 1
TerryE Jul 18, 2019
ba03cb0
Add telnet example
TerryE Jul 19, 2019
bc98174
Updates following JM review
TerryE Jul 19, 2019
39bb60e
Rebased against current dev
TerryE Jul 23, 2019
522b1d0
Rebased against current dev, tweaks for clean compile
TerryE Jul 23, 2019
fff9f95
Merge pull request #2836 from TerryE/dev-new-lua.c
TerryE Sep 7, 2019
32ad759
Add streaming support for hx711 device (#2793)
pjsg Sep 10, 2019
4c3d45e
Revert "Add streaming support for hx711 device (#2793)" (#2914)
marcelstoer Sep 13, 2019
81e213a
Remove superfluous module def
marcelstoer Sep 21, 2019
04287ac
Fix invalid smartconfig include
marcelstoer Sep 29, 2019
043046d
Deprecate crypto.to{Hex,Base64} (#2929)
nwf Sep 30, 2019
f3044e1
Fix typos
marcelstoer Oct 30, 2019
0e34f7d
fix lfs upload issue
Nov 13, 2019
f3b4984
Merge pull request #2961 from seregaxvm/lfsfix
TerryE Nov 14, 2019
e3935de
Improve MQTT documentation (#2967)
stromnet Nov 21, 2019
9a2579d
Improve httpserver documentation (#2971)
HHHartmann Nov 26, 2019
c7d0f83
Update sensor driver for BME680 to 3.5.9 (#2969)
vsky279 Dec 9, 2019
b179f30
Fixes for `ws2812` and `ws2812_effects` (#2953)
HHHartmann Dec 9, 2019
4fc2b85
Streaming support for hx711 (#2915)
marcelstoer Dec 9, 2019
f85c278
New `net.if.info` call to show LwIP information (#2862)
nwf Dec 9, 2019
d84da36
fixed missing forward declaration (#2975)
glumanda Dec 13, 2019
bf8f14b
SSL rampage (#2938)
nwf Dec 27, 2019
52a1587
Initial version of software UART C module (#2673)
galjonsfigur Dec 27, 2019
1652c0c
Add DCC decoder module (#2905)
vsky279 Dec 28, 2019
bcb669a
Polish Lua examples (#2846)
galjonsfigur Dec 30, 2019
7ed3d00
Minor typo and wording fixes (#2991)
mk-pmb Jan 1, 2020
8c08e76
Add CRC check (#2992)
vsky279 Jan 2, 2020
5278944
Fix compile warning and set correct order in module LROT (#2996)
galjonsfigur Jan 3, 2020
1c83f02
Expose CPU CCOUNT register as tmr function (#2906)
fikin Jan 4, 2020
49f25bd
Clarify LFS build info is its size (#3022)
mk-pmb Feb 1, 2020
76e9f1a
Document tls.cert.auth (#3010)
HHHartmann Feb 1, 2020
9fb8a2f
Add flag to disable start-up banner (#3026)
532910 Feb 9, 2020
df83908
Documentation fixes for pipe (#3041)
HHHartmann Feb 18, 2020
ec8622f
Fix timing of softuart module RX (#3029)
galjonsfigur Feb 18, 2020
1851a73
Update sqlite3.md (#3042)
HHHartmann Feb 21, 2020
31d4714
net: rename net.if.info to net.ifinfo (#3033)
nwf Feb 23, 2020
1577988
Bugfix conn metatable method call (#3012)
edzius Feb 23, 2020
c116d9d
Add Lua module for Gossip protocol (#3013)
alexandruantochi Mar 6, 2020
787ac7c
WIP: MQTT fixes (#2986)
nwf Mar 14, 2020
f265867
Fix connect() params in example
marcelstoer Mar 15, 2020
75db62f
Fix init.lua link
marcelstoer Mar 15, 2020
a9991c6
Update getting-started docs hrefs for LFS examples (#3048)
cerasmus Mar 22, 2020
f45a9ef
Add hint about locally built docs
marcelstoer Mar 22, 2020
cb2636d
Add page about Lua module directory
marcelstoer Mar 22, 2020
f5aa0af
Networking rampage and accumulated fixes (#3060)
nwf Apr 7, 2020
c12b2ef
add LiquidCrystal lua module (#2974)
Apr 18, 2020
5552fdb
mispec: don't use %f
nwf Dec 26, 2019
1c8dd6a
mispec: don't use uart.write
nwf Dec 26, 2019
fe9f2d6
mqtt: remove dead store
nwf Apr 7, 2020
0daef0a
net: annotate deliberate case fallthrough
nwf Apr 7, 2020
132dccd
lua_examples/lfs/HTTP_OTA: move :connect() after :on()
nwf Apr 5, 2020
c79ba4e
file: raise error on .on() with non-function/nil
nwf Feb 14, 2020
810d60d
mqtt: drop LUA_GCSTOP/GCRESTART dance
nwf Apr 5, 2020
627bd5d
net: drop LUA_GCSTOP/GCRESTART dance
nwf Apr 5, 2020
766ab59
net.dns: don't calloc a single int
nwf Apr 6, 2020
bd7695f
tls: fix new verification API
nwf Apr 7, 2020
04ab7d7
app/modules: prune some unnecessary metamethods
nwf Apr 7, 2020
e47c267
Correct integer types in BMP085 driver (#3070)
andrmuel Apr 24, 2020
3c3bec9
HTML for Apple devices to mitigate POST fragmentation (#3069)
HHHartmann Apr 25, 2020
e627249
fix #2565 by inverting the grb2hsv argcheck condition (#3076)
Firenox89 Apr 26, 2020
020b5a5
#2954: adapt LuaOTA to the new firmware api for the timer and some ot…
adeltc Apr 26, 2020
9ef5c7d
Squashed updates do get Lua51 and Lua53 working (#3075)
TerryE Apr 27, 2020
cd6452d
fix liquidcrystal luacheck warnings (#3081)
Apr 29, 2020
976d9dd
fix build
HHHartmann Apr 29, 2020
7523418
poor mans link which also works on docker under windows
HHHartmann Apr 30, 2020
17f74fb
Delete espconn.h
HHHartmann Apr 30, 2020
3d2c989
resurecting it as regular file
HHHartmann Apr 30, 2020
b6bfe1c
Add missing newline
marcelstoer Apr 30, 2020
314ca4f
Fix Windows build (#3084)
marcelstoer Apr 30, 2020
88a33af
Add another LFS size value
marcelstoer May 1, 2020
b2175a2
Add IR module
ecrips Apr 25, 2020
8e65f07
Add documentation for IR module
ecrips May 5, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update sqlite3.md (#3042)
HHHartmann authored Feb 21, 2020
commit 1851a734294381ed493993b7247e1f333b890bc4
11 changes: 11 additions & 0 deletions docs/modules/sqlite3.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,17 @@
| :----- | :-------------------- | :---------- | :------ |
| 2017-06-20 | [Luiz Felipe Silva](https://github.com/luizfeliperj) | [Luiz Felipe Silva](https://github.com/luizfeliperj) | [sqlite3.c](../../app/modules/sqlite3.c)|

!!! attention
###This module is currently not available.

Even if you enable it in configuration it will not be available.

In brief this is due to a lack of proof of usability. The memory constraints on the ESP8266 are just too tight.

The module is not removed yet as it might be revived to run on the ESP32 after the two branches for ESP8266 and ESP32 have been unified.

Please see [#2913](https://github.com/nodemcu/nodemcu-firmware/issues/2913) for more information.

This module is based on [LuaSQLite3](http://lua.sqlite.org/index.cgi/index) module developed by Tiago Dionizio and Doug Currie with contributions from Thomas Lauer, Michael Roth, and Wolfgang Oertl.

This module depens on [SQLite3](http://www.sqlite.org/) library developed by Dwayne Richard Hipp.