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

feat(lua): port of NodeMCU Lua53 read-only tables #2986

Closed
wants to merge 2 commits into from

Conversation

raphaelcoeffic
Copy link
Member

Summary of changes:

  • removed duplicated light C functions (introduced by eLua LTR patches, but already integrated in Lua 5.2)
  • removed read-only table implementation introduced in OpenTx 2.3.0 (see here)
  • added read-only table implementation from NodeMCU (see here) including lookup cache
  • changed LUA_NUMBER default type from double to float

This change was part of the eLua LTR patches (based on 5.1), whereby this feature was already integrated in Lua 5.2.
@raphaelcoeffic
Copy link
Member Author

The other PR will be used instead

@raphaelcoeffic raphaelcoeffic deleted the lua-switch-refactor branch February 9, 2023 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant