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

Next release snap #3635

Merged
merged 24 commits into from Feb 25, 2024
Merged

Next release snap #3635

merged 24 commits into from Feb 25, 2024

Commits on Jan 7, 2022

  1. docs: node: point at telnet module now (#3489)

    * docs: node: point at telnet module now
    
    See 8d091c4
    
    * Fix links
    
    Co-authored-by: Marcel Stör <marcelstoer@users.noreply.github.com>
    nwf and marcelstoer committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    496a640 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Fix several typos (#3491)

    deining committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    ae84267 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2022

  1. Fix spelling

    marcelstoer committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    fb23233 View commit details
    Browse the repository at this point in the history
  2. 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
    marcelstoer committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    46959c1 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. 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.
    ilkka committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    10e566b View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2022

  1. 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
    nwf committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    565bbbf View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Configuration menu
    Copy the full SHA
    fe74f77 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Fix dead link (#3518)

    Arnie97 committed May 23, 2022
    Configuration menu
    Copy the full SHA
    27dbe11 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

  1. 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
    HHHartmann committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    193fe35 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Configuration menu
    Copy the full SHA
    4e3990d View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. 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.
    nwf committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    fc771cd View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Fix typo in spi.md (#3613)

    rexgarland committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    4514615 View commit details
    Browse the repository at this point in the history
  2. Update RTD config

    marcelstoer committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    a5c6cc6 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Update link to ESP8266 product page README.md (#3622)

    Updates old link to ESP8266 product page which referred to a 404 page.
    SebSeb11 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    76936d7 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    604bca0 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    68ffcfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42ec384 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64f0d37 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c610e7a View commit details
    Browse the repository at this point in the history
  5. Bump MkDocs to latest

    marcelstoer committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    7971be7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0b879ce View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Fifo fixes (#3638)

    HHHartmann committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    3d09b74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a492a31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36cbf9f View commit details
    Browse the repository at this point in the history