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

Add support for the ESP8266 env. Fix headers in readme. #57

Closed
wants to merge 3 commits into from
Closed

Add support for the ESP8266 env. Fix headers in readme. #57

wants to merge 3 commits into from

Commits on May 8, 2017

  1. Initial support for the ESP8266 environment.

    - PROGMEM doesn't really make sense in ESP land.
    - Sprinkle yield()s in likely spots to reduce the Watch Dog timer firing.
      This happened regularly on the advanced.ino example.
    
    [Tested using basic.ino & advanced.ino. They seem to run as expected.]
    crankyoldgit committed May 8, 2017
    Configuration menu
    Copy the full SHA
    df8ec42 View commit details
    Browse the repository at this point in the history
  2. Fix headers in readme.md

    A white space is needed after '#' headings for them to work. Fixed malformed headings.
    crankyoldgit committed May 8, 2017
    Configuration menu
    Copy the full SHA
    92778c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2017

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