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

ESP32 PWM supported on up to 16 pins at once #124

Merged
merged 6 commits into from
Dec 31, 2021

Commits on Dec 14, 2021

  1. Configuration menu
    Copy the full SHA
    64a00c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d43e3d View commit details
    Browse the repository at this point in the history
  3. Also log output to console when main interface is WiFi

    Simplifies debugging, particularly in cases where the
    WiFi connection drops due to a problem or the core fails to boot.
    pgrawehr committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    d67fb25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    791b2d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4768a42 View commit details
    Browse the repository at this point in the history
  6. Remove string constant

    The default ConfigurableFirmata.ino example now uses exactly 32256 bytes (of 32256 available)
    on the Arduino Uno.
    pgrawehr committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    8a129e6 View commit details
    Browse the repository at this point in the history