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

Added an unsigned long aJson return type and support for teensy. #90

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 18, 2017

  1. Added an unsigned long aJson return type.

    flush() now returns void like the base class's method it overrides.
    Ryan Neve authored and Ryan Neve committed Aug 18, 2017
    Configuration menu
    Copy the full SHA
    e75f6c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2017

  1. Added code to support Teensy boards

    Ryan Neve authored and Ryan Neve committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    963c4ee View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2017

  1. Clarified how to use aJson.print() and not get a memory leak.

    Ryan Neve authored and Ryan Neve committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    3ac73d9 View commit details
    Browse the repository at this point in the history