Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fdu/ESP8266-Arduino-Lua
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: luc-github/ESP8266-Arduino-Lua
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 9 files changed
  • 3 contributors

Commits on Jan 26, 2019

  1. Add base library import

    Removed print(), dofile() and loadfile()
    Sasszem committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    6ac7db7 View commit details
    Browse the repository at this point in the history
  2. Add table library

    Added table library
    Modified it to work with this setup
    Sasszem committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    9897b68 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2019

  1. Add string library

    Sasszem committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    424b2a1 View commit details
    Browse the repository at this point in the history
  2. Add math library

    Sasszem committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    9e0f258 View commit details
    Browse the repository at this point in the history
  3. Improve print() function

    Basically the original, but with Serial
    Sasszem committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    14db8ba View commit details
    Browse the repository at this point in the history
  4. Update library.properties

    Added myself to the authors
    Updated the version number
    Sasszem authored Jan 27, 2019
    Configuration menu
    Copy the full SHA
    6126c4c View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2019

  1. Merge pull request #1 from Sasszem/master

    Add lua library imports and improve print() function
    luc-github authored Oct 5, 2019
    Configuration menu
    Copy the full SHA
    e22bf0d View commit details
    Browse the repository at this point in the history
  2. Update luaconf.h

    fix compilation error `Error while detecting libraries included`
    Luc committed Oct 5, 2019
    Configuration menu
    Copy the full SHA
    cffacd4 View commit details
    Browse the repository at this point in the history
  3. Update luaconf.h

    Luc committed Oct 5, 2019
    Configuration menu
    Copy the full SHA
    4c24f03 View commit details
    Browse the repository at this point in the history
  4. Fix some warnings

    Luc committed Oct 5, 2019
    Configuration menu
    Copy the full SHA
    3131484 View commit details
    Browse the repository at this point in the history
  5. Update library.properties

    add ESP32 as supported platform
    Luc committed Oct 5, 2019
    Configuration menu
    Copy the full SHA
    d751949 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    Luc committed Oct 5, 2019
    Configuration menu
    Copy the full SHA
    89fe630 View commit details
    Browse the repository at this point in the history
Loading