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

[P097] Updating code and (later) documentation #5165

Open
wants to merge 15 commits into
base: mega
Choose a base branch
from

Commits on Nov 18, 2024

  1. Update _P097_Esp32Touch.ino

    - added extra routine for esp32 s2 and s3
    - added option to wake up the esp for supported devices (tested with s3)
    - added second value "state" for easier handling
    - failed epically to add a long press event because I am just a simple person, but left the remains for someone else to pick up
    
    And as always, please don't stone me. me and c++ are not going to be friends in this life anymore. :)
    
    If you agree to the changes i will update the documentatzion accordingly
    chromoxdor committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    de803d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Update _P097_Esp32Touch.ino

    - added and tested wakeup on ep32 classic
    chromoxdor committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    2f29a76 View commit details
    Browse the repository at this point in the history
  2. Update _P097_Esp32Touch.ino

    get the actual valuename
    chromoxdor committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    5deca7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ac2200 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. Update _P097_Esp32Touch.ino

    - added "toggle state" option (since I am not able to add a long press :)  )
    chromoxdor committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    a14b322 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c0ea76 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Update _P097_Esp32Touch.ino

    - added "long press" event
    - disabled "Single event with all values" since it is not working with the recent code (suggestions are welcome) but there is also the question if it is necessary
    chromoxdor committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    b932e81 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Configuration menu
    Copy the full SHA
    7f32370 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    721d7bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cff1557 View commit details
    Browse the repository at this point in the history
  4. Update _P097_Esp32Touch.ino

    - make all touch pins available on s2/s3
    chromoxdor committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    b6222a3 View commit details
    Browse the repository at this point in the history
  5. Update _P097_Esp32Touch.ino

    - check if touchpad exists
    chromoxdor committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    be4938e View commit details
    Browse the repository at this point in the history
  6. Update _P097_Esp32Touch.ino

    - reverting T10_to_T14 support
    chromoxdor committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    cc3f3ad View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. Update _P097_Esp32Touch.ino

    - type of threshold now dependent on model (uin32_t for s2 and s3)
    - max threshold value now also dependent on the type of esp
    chromoxdor committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    0dc0e73 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2024

  1. Update _P097_Esp32Touch.ino

    - Hopefully fixed compile errors for non-touch ESP32 variants by standardizing the use of uint32_t for the threshold parameter on ESP32 Classic. The value remains limited by P097_MAX_THRESHOLD_VALUE to 4095.
    chromoxdor committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    8eab511 View commit details
    Browse the repository at this point in the history