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

Fixing errors with new Arduino framework versions #299

Merged
merged 7 commits into from
Sep 2, 2023

Commits on Aug 20, 2023

  1. nrf52 compile error fixed

    Richard Unger committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    dbc28d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. esp32 nano insists on 3 parameters for pulseIn

    Richard Unger committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    a163d14 View commit details
    Browse the repository at this point in the history
  2. make compatible with Nano ESP32 platform

    Richard Unger committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    7d3dbd8 View commit details
    Browse the repository at this point in the history
  3. use new version of header file

    Richard Unger committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    6efd126 View commit details
    Browse the repository at this point in the history
  4. prevent compile errors when LEDC is forced

    Richard Unger committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    3dcb7e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. add MEGAAVR to archs which define PinStatus

    Richard Unger committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    6372a50 View commit details
    Browse the repository at this point in the history
  2. add compiler message which driver gets compiled

    Richard Unger committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    a5ecace View commit details
    Browse the repository at this point in the history