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 s3 touch fix #3798

Merged
merged 10 commits into from
Apr 7, 2024
Merged

Esp32 s3 touch fix #3798

merged 10 commits into from
Apr 7, 2024

Commits on Mar 4, 2024

  1. fixed touch buttons for ESP32 S2 and S3

    touch is implemented differently on S2 and S3, these changes make touch buttons work on S2 and S3
    DedeHai committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    c8f4816 View commit details
    Browse the repository at this point in the history
  2. some tuning for touch buttons on S2/S3

    now better fits the default threshold value of 32
    DedeHai committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    15526bd View commit details
    Browse the repository at this point in the history
  3. removed notes

    DedeHai committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    5c09ee2 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

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

Commits on Mar 10, 2024

  1. Configuration menu
    Copy the full SHA
    0453a5f View commit details
    Browse the repository at this point in the history
  2. bugfixes

    -added minimum threshold, had some crashes when setting threshold to zero before
    -moved interrupt detach to GPIO deallocation where it belongs
    -added check for touchbutton before detaching interrupt
    -moved thochThreshold readout up so it gets updated before passing it to the system call
    DedeHai committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    0637c1c View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    d3a97f1 View commit details
    Browse the repository at this point in the history
  2. Update button.cpp

    Indentation fix
    blazoncek committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    954f263 View commit details
    Browse the repository at this point in the history
  3. Update cfg.cpp

    Indentation fix
    blazoncek committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    d1d54ce View commit details
    Browse the repository at this point in the history
  4. Update set.cpp

    Compile fix
    blazoncek committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    b72f3ba View commit details
    Browse the repository at this point in the history