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

compile error when adding USE_ZIGBEE #6

Open
14 tasks
Kugeleis opened this issue Sep 11, 2021 · 0 comments
Open
14 tasks

compile error when adding USE_ZIGBEE #6

Kugeleis opened this issue Sep 11, 2021 · 0 comments

Comments

@Kugeleis
Copy link

PROBLEM DESCRIPTION

A clear and concise description of what the problem is.

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)


When I add
#ifndef USE_ZIGBEE
#define USE_ZIGBEE
#endif
to the user_config_override.ini
I get a compile error
/workspace/Tasmota/tasmota/xdrv_23_zigbee_B_APSys.ino:210:62: error: no 'void ZCLFrame::parseAPSAttributes(Z_attribute_list&)' member function declared in class 'ZCLFrame'
void ZCLFrame::parseAPSAttributes(Z_attribute_list& attr_list) {
^

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

1 participant