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

Button_tc missing #22446

Closed
14 tasks
dingausmwald opened this issue Nov 8, 2024 · 5 comments
Closed
14 tasks

Button_tc missing #22446

dingausmwald opened this issue Nov 8, 2024 · 5 comments

Comments

@dingausmwald
Copy link

PROBLEM DESCRIPTION

A clear and concise description of what the problem is.

Button_tc is missing in newest verion 14.3. Or did i miss something? Docs still say set button_tc in config

REQUESTED INFORMATION

Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!

  • Read the Contributing Guide and Policy and the Code of Conduct
  • Searched the problem in issues
  • Searched the problem in discussions
  • Searched the problem in the docs
  • Searched the problem in the chat
  • Device used (e.g., Sonoff Basic): _____
  • Tasmota binary firmware version number used: _____
    • Pre-compiled
    • Self-compiled
  • Flashing tools used: _____
  • Provide the output of command: Backlog Template; Module; GPIO 255:
  Configuration output here:

  • If using rules, provide the output of this command: Backlog Rule1; Rule2; Rule3:
  Rules output here:

  • Provide the output of this command: Status 0:
  STATUS 0 output here:

  • Set weblog to 4 and then, when you experience your issue, provide the output of the Console log:
  Console output here:

TO REPRODUCE

Steps to reproduce the behavior:

EXPECTED BEHAVIOUR

A clear and concise description of what you expected to happen.

SCREENSHOTS

If applicable, add screenshots to help explain your problem.

ADDITIONAL CONTEXT

Add any other context about the problem here.

(Please, remember to close the issue when the problem has been addressed)

@barbudor
Copy link
Contributor

barbudor commented Nov 9, 2024

@arendst @Jason2866
The touch button feature seem to be controlled by defines SOC_TOUCH_VERSION_1 or SOC_TOUCH_VERSION_2
Could those be defines from core or IDF that has been removed/changed during an change of version ?

@arendst
Copy link
Owner

arendst commented Nov 9, 2024

Searching through core it looks like SOC_TOUCH_VERSION_1 / _2 have been replaced by SOC_TOUCH_SENSOR_VERSION.

I'll update Tasmota accordingly.

@arendst
Copy link
Owner

arendst commented Nov 9, 2024

Try latest dev branch. I can see the touch buttons are re-enabled but I wonder if they work as before....

Give it a try.

@Jason2866
Copy link
Collaborator

The should. The esp32-p4 does have a different touch driver implementation
As currently P4 not supported from Tasmota not really a problem ;-)

@sfromis
Copy link
Contributor

sfromis commented Nov 9, 2024

On an ESP32-D0WD-V3 v3.1, Button_tc was indeed gone, but now appears again, and works too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants