-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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-C6 doesn't compile with zigbee and WiFi.h #9978
Comments
WiFi and Zigbee do not coexist at this time. Pick one or the other. |
Do you have some proof for this? As they share the same medium, I guess performance is not the best, but theoretically it should work.
|
Nope. Guess I was working on old information |
From what I see from the debug log, there is a conflict between Zigbee and OpenThread libs. |
Hi @Nanowires, I finally get to test/investigate this issue. However, on latest master I was not able to reproduce this.
Can you please retest on latest version 3.0.3 or on latest master? Thank you |
Hi @P-R-O-C-H-Y, |
Board
ESP32-C6
Device Description
Hardware Configuration
Version
v3.0.2
IDE Name
Arduino IDE and VSCode
Operating System
Fedora 39
Flash frequency
PSRAM enabled
yes
Upload speed
Description
When try to compile a Zigbee application together with a WiFi.h header, I get the following error:
When I remove the WiFi.h header, everything compiles as expected.
Sketch
e.g. libraries/ESP32/examples/Zigbee/Zigbee_Light_Switch/Zigbee_Light_Switch.ino once without #include <WiFi.h> and once with.
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: