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: esp8266/Arduino
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: juansta/Arduino
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.
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Aug 26, 2016

  1. Unused variables removed.

    To remove warnings as per #2183
    juansta committed Aug 26, 2016
    4 Configuration menu
    Copy the full SHA
    ef5182a View commit details
    Browse the repository at this point in the history
  2. Intent of NULL context checking made clearer.

    We do not want to check state() nor getSize() if _client is NULL.
    
    Removed warnings as per #2183
    juansta committed Aug 26, 2016
    Configuration menu
    Copy the full SHA
    77f2492 View commit details
    Browse the repository at this point in the history
  3. Removed unused function.

    Checked for usage within repository using `grep -rnw . -e "init_lists"`. No occurances (excepting this one) found, however, have kept as separate commit for exclusion is required.
    
    Removed warnings as per #2183
    juansta committed Aug 26, 2016
    2 Configuration menu
    Copy the full SHA
    ceb74ff View commit details
    Browse the repository at this point in the history
Loading