-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
chromoxdor
wants to merge
15
commits into
letscontrolit:mega
Choose a base branch
from
chromoxdor:touchwake
base: mega
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Nov 18, 2024
-
- 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
Configuration menu - View commit details
-
Copy full SHA for de803d3 - Browse repository at this point
Copy the full SHA de803d3View commit details
Commits on Nov 19, 2024
-
- added and tested wakeup on ep32 classic
Configuration menu - View commit details
-
Copy full SHA for 2f29a76 - Browse repository at this point
Copy the full SHA 2f29a76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5deca7f - Browse repository at this point
Copy the full SHA 5deca7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ac2200 - Browse repository at this point
Copy the full SHA 0ac2200View commit details
Commits on Nov 23, 2024
-
- added "toggle state" option (since I am not able to add a long press :) )
Configuration menu - View commit details
-
Copy full SHA for a14b322 - Browse repository at this point
Copy the full SHA a14b322View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c0ea76 - Browse repository at this point
Copy the full SHA 5c0ea76View commit details
Commits on Nov 25, 2024
-
- 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
Configuration menu - View commit details
-
Copy full SHA for b932e81 - Browse repository at this point
Copy the full SHA b932e81View commit details
Commits on Nov 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7f32370 - Browse repository at this point
Copy the full SHA 7f32370View commit details -
Configuration menu - View commit details
-
Copy full SHA for 721d7bf - Browse repository at this point
Copy the full SHA 721d7bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for cff1557 - Browse repository at this point
Copy the full SHA cff1557View commit details -
- make all touch pins available on s2/s3
Configuration menu - View commit details
-
Copy full SHA for b6222a3 - Browse repository at this point
Copy the full SHA b6222a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for be4938e - Browse repository at this point
Copy the full SHA be4938eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc3f3ad - Browse repository at this point
Copy the full SHA cc3f3adView commit details
Commits on Nov 28, 2024
-
- type of threshold now dependent on model (uin32_t for s2 and s3) - max threshold value now also dependent on the type of esp
Configuration menu - View commit details
-
Copy full SHA for 0dc0e73 - Browse repository at this point
Copy the full SHA 0dc0e73View commit details
Commits on Dec 1, 2024
-
- 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.
Configuration menu - View commit details
-
Copy full SHA for 8eab511 - Browse repository at this point
Copy the full SHA 8eab511View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.