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: devinaconley/arduino-plotter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.2.0
Choose a base ref
...
head repository: devinaconley/arduino-plotter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 20 commits
  • 13 files changed
  • 4 contributors

Commits on Feb 17, 2017

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

Commits on Feb 23, 2017

  1. Update README.md

    devinaconley authored Feb 23, 2017
    Configuration menu
    Copy the full SHA
    29cce55 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2017

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

Commits on Apr 7, 2017

  1. added Begin() function to handle Serial.begin and storing milllis(). …

    …Avoid calling default constructor twice, was exhibiting undefined behaviour on copy to global plotter. Left duplicate calls in default constructor for the sake of backward compatibility
    devinaconley committed Apr 7, 2017
    Configuration menu
    Copy the full SHA
    0d1f59e View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2017

  1. Resolve compiler warnings

    robbertkl authored Apr 13, 2017
    Configuration menu
    Copy the full SHA
    46da9d7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16 from robbertkl/patch-1

    Resolve compiler warnings
    devinaconley authored Apr 13, 2017
    Configuration menu
    Copy the full SHA
    e6b742d View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2017

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

Commits on Jul 21, 2018

  1. Change String concatenation with "+" to individual print statements.

    This saves some memory since concatenating Strings means copying.
    Also see Issue #20
    CJuette committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    af9d914 View commit details
    Browse the repository at this point in the history
  2. Change all occurrences of String to const char *

    This is also to save some memory.
    See Issue #20
    CJuette committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    beab124 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2018

  1. Add spaces to function calls

    As discussed in PR #21
    CJuette committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    31fd259 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    CJuette committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    417dafc View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2018

  1. Merge pull request #21 from Chritzel/enhancement/memory

    Fix: Invalid messages with too many plots
    devinaconley authored Aug 3, 2018
    Configuration menu
    Copy the full SHA
    48fb97e View commit details
    Browse the repository at this point in the history
  2. stamp version 2.3.2

    devinaconley committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    2a5b113 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9489f18 View commit details
    Browse the repository at this point in the history
  4. bump version

    devinaconley committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    9e3c9c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2019

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

Commits on May 26, 2020

  1. Configuration menu
    Copy the full SHA
    55ec6a8 View commit details
    Browse the repository at this point in the history
  2. add badge

    devinaconley authored May 26, 2020
    Configuration menu
    Copy the full SHA
    533124c View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2020

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

Commits on Jun 29, 2020

  1. update version metadata

    devinaconley committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    6da8d1b View commit details
    Browse the repository at this point in the history
Loading