dependabot[bot]
8a5837c2ab
Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 1 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v1...v4.1.7 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-03 21:01:36 +00:00
Gregor Hartmann
36cbf9f017
Pin Windows and Ubuntu versions for build VM ( #3639 )
2024-02-25 09:04:43 +01:00
Gregor Hartmann
a492a31e9c
Add modules struct, bit, color_utils and sjson to luac.cross ( #3230 )
2024-02-25 09:01:01 +01:00
Gregor Hartmann
3d09b74719
Fifo fixes ( #3638 )
2024-02-25 09:00:08 +01:00
Marcel Stör
0b879ce126
Add note about NodeMCU branches
2024-02-18 23:00:21 +01:00
Marcel Stör
7971be78fc
Bump MkDocs to latest
2024-02-18 22:47:51 +01:00
Yiheng Cao
c610e7a506
Backport CVE-2020-24370's patch ( #3632 )
2024-02-18 11:18:23 +01:00
Yiheng Cao
64f0d37739
Fix potential integer overflow in getnum ( #3633 )
2024-02-18 11:18:07 +01:00
Gregor Hartmann
42ec384478
add ws2812 4 channels for RGBW strips + diagnostic output ( #3637 )
2024-02-18 10:58:41 +01:00
Michael Currin
68ffcfebdd
Update README.md ( #3450 )
2024-02-18 10:56:21 +01:00
Sébastien Roy
604bca01fb
Add support for open networks to enduser_setup ( #3392 )
2024-02-05 07:11:48 +01:00
SebSeb11
76936d7ed3
Update link to ESP8266 product page README.md ( #3622 )
...
Updates old link to ESP8266 product page which referred to a 404 page.
2024-01-23 20:29:57 +01:00
Marcel Stör
a5c6cc65ea
Update RTD config
2023-10-18 22:15:53 +02:00
Rex
4514615211
Fix typo in spi.md ( #3613 )
2023-10-18 21:17:30 +02:00
Nathaniel Wesley Filardo
fc771cd00c
app/lua53: catch up to lua 5.3.6 ( #3415 )
...
Adapt https://www.lua.org/work/diffs-lua-5.3.5-lua-5.3.6.html to
NodeMCU. Mostly a straight application, but some small tweaks were
required and, in lundump.c, some changes were elided and some additional
diff reduction applied, as we have heavily diverged from upstream.
2022-12-22 21:55:40 +01:00
Josef Fröhle
4e3990d81c
Fix Typo in ds18b20-web.lua ( #3561 )
2022-12-14 08:31:39 +01:00
Gregor Hartmann
193fe3593e
Fix some bugs and problems in gossip ( #3527 )
...
* Allow configuration of debugOutput to be performed
* don't send to own IP or update own data
* Use same socket to send and receive. Avoid problems in many opened and closed sockets to send
* Add callback for REMOVEed hosts
* Send broascast messages if seedList is empty
* Adapt yeelink to new luacheck rules
* Fix building of luac.cross for win to win2019 and VS 2019
2022-07-10 17:01:21 +02:00
Arnie97
27dbe11fcb
Fix dead link ( #3518 )
...
The header files were moved into `include` in the commit 87d7b110d6
2022-05-23 13:18:12 +02:00
Marcel Stör
fe74f77654
Pin jinja2, see https://twitter.com/readthedocs/status/1507388916013314048
2022-05-20 07:53:27 +02:00
Nathaniel Wesley Filardo
565bbbfcbb
Switch GET_BYTE_FN to LUA_LOAD_BYTE_FN
...
This is intended to be a more portable abstraction: rather than
hard-coding offsets in the macro invocations, it relies on the existence
of __builtin_offset and its availability even within inline asm blocks.
While here, rename some of the functions involved to hopefully improve
clarity
2022-04-03 14:23:29 +01:00
Ilkka Poutanen
10e566babc
Fix build for WSL users ( #3499 )
...
This change prevents the shell from erroring out with `$PATH` values that contain e.g. parentheses, as is likely for WSL users.
2022-01-27 07:04:04 +01:00
Marcel Stör
46959c1bae
Fix the handling of relative links
...
Do not change the URL to artifacts that reside inside the `/docs`
folder as they are correctly managed by MkDocs.
Fixes #3495
2022-01-15 01:24:50 +01:00
Marcel Stör
fb232337e5
Fix spelling
2022-01-15 01:23:18 +01:00
Andreas Deininger
ae8426729d
Fix several typos ( #3491 )
2022-01-12 13:22:52 +01:00
Nathaniel Wesley Filardo
496a64035e
docs: node: point at telnet module now ( #3489 )
...
* docs: node: point at telnet module now
See 8d091c476e
* Fix links
Co-authored-by: Marcel Stör <marcelstoer@users.noreply.github.com>
2022-01-07 05:53:42 +01:00
Marcel Stör
f25dc56d3c
Bump MkDocs
2021-12-30 08:46:20 +01:00
Michael Currin
0b9785585e
Update PULL_REQUEST_TEMPLATE.md
2021-12-28 18:33:45 +00:00
Johan Ström
b91368594d
MQTT: trigger conn failure callback if DNS success but connection failed ( #3477 )
2021-12-06 13:38:48 +01:00
Johny Mattsson
1965a12efc
Minor Lua fixes. ( #3467 )
...
Discovered over on the dev-esp32-idf4 branch.
- Off by one error in loadLFS, leading to slight memory leak and
potential corruption.
- Insufficient return value check in loadLFS, where uzlib may return
one of two success conditions, one of which would result in an
out-of-bounds access and related pain.
- One case of a side effect within a lua_assert(), leading to
silently broken LFS image handling when compiling without asserts
enabled, the issue showing up as module names being shuffled around.
- Incorrect encoding of TValues in LFS when 64bit numbers in use.
2021-11-19 22:50:27 +01:00
Johan Ström
f7b48b9214
Fix IGMP timer ( #3476 )
...
LWIP_RAND() return type is int, value returned is sometimes negative.
This causes timer to sometimes (often) go outside of max_time, which in turn causes IGMP snoopers or IGMP routers to drop the subscription
2021-11-19 22:47:54 +01:00
Johan Ström
77e5359087
ow: add alarm scans and timing tweaking ( #3461 )
2021-09-08 22:34:43 +02:00
Roger D. Winans
9b477e0aae
Update link to `flashchips.h` ( #3464 )
2021-09-08 07:58:38 +02:00
Marcel Stör
a23a07a8f7
Bump to Ubuntu 20.04 ( #3463 )
...
Bump to Ubuntu 20.04
2021-09-07 23:24:55 +02:00
Lukáš Voborský
c72d6083ef
Fix crash in sntp.sync() ( #3460 )
2021-08-27 12:09:43 +02:00
Marcel Stör
bc9cba2430
Update RTD MkDocs ( #3458 )
2021-08-19 07:44:56 +02:00
Marcel Stör
d2f08f54d2
Remove Travis CI remnants
2021-08-04 12:20:56 +02:00
Lukáš Voborský
949875d590
File LFS Lua module initial commit ( #3332 )
...
* File LFS module initial commit
* LFS file module update #1
* LFS file module update #2 - doc update and file.stat() returning read only attribute
* Implementing file.list()
* Fine-tuning `file_lfs` module
* Adding `file_lfs` to mkdocs.yml
* Implementing file.list() update #1
* Fine-tuning
* Fine-tuning #2
2021-05-06 06:52:39 +02:00
Michael Grünewald
af689a606a
Fix i2c docs formatting ( #3425 )
2021-04-25 07:45:58 +02:00
黄文鉴
8e5109d46e
Add extra online XBM format converter ( #3411 )
2021-04-01 21:48:42 +02:00
Marcel Stör
c8e2e18e4f
Update docs/modules/node.md
...
Co-authored-by: Gregor Hartmann <HHHartmann@users.noreply.github.com>
2021-04-01 21:46:17 +02:00
Marcel Stör
34ad3370bd
Document node.setonerror()
...
Fixes #3381
2021-04-01 21:46:17 +02:00
Marcel Stör
4f978118f5
Fix docs link
2021-03-17 21:29:50 +01:00
Lukáš Voborský
d528333eee
NmraDcc port to NodeMCU Lua
...
Merging @pjsg's ack functionalities and other fixes
2021-03-12 12:55:59 +01:00
Lukáš Voborský
3bf8db1306
NmraDcc upstream version
2021-03-12 12:55:59 +01:00
Gregor Hartmann
e96078e6db
Handle impact of excluding pixbuf from build ( #3398 )
2021-02-14 08:41:17 +01:00
Marcel Stör
6643cb4697
Add note about GPL ( #3400 )
...
Fixes #3025
2021-02-14 08:40:16 +01:00
Marcel Stör
e416045485
Add missing test board render
2021-02-03 22:57:01 +01:00
Marcel Stör
b1af3fe0d6
Fix broken link
2021-02-03 22:45:05 +01:00
Marcel Stör
5e00b43000
Add missing periods
2021-02-03 22:25:56 +01:00
Marcel Stör
593a549eef
Fix admonitions
2021-02-02 22:17:26 +01:00