We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Are there any examples of the Zigbee Unit (SKU:U110) working with the M5CoreS3?
Compiling https://github.com/m5stack/M5Stack/tree/master/examples/Unit/Zigbee_CC2630/P2P_TEST, I got an error fatal error: M5Stack.h: No such file or directory I also tried to change M5Stack.h to M5CoreS3.h, I got a new error error: no matching function for call to 'byteArray::printfArray<HardwareSerial>(HWCDC*)'
fatal error: M5Stack.h: No such file or directory
M5Stack.h
M5CoreS3.h
error: no matching function for call to 'byteArray::printfArray<HardwareSerial>(HWCDC*)'
An example can be provided.
No response
The text was updated successfully, but these errors were encountered:
I will check it.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Are there any examples of the Zigbee Unit (SKU:U110) working with the M5CoreS3?
To reproduce
Compiling https://github.com/m5stack/M5Stack/tree/master/examples/Unit/Zigbee_CC2630/P2P_TEST, I got an error
fatal error: M5Stack.h: No such file or directory
I also tried to change
M5Stack.h
toM5CoreS3.h
, I got a new errorerror: no matching function for call to 'byteArray::printfArray<HardwareSerial>(HWCDC*)'
Expected behavior
An example can be provided.
Screenshots
No response
Environment
Additional context
No response
Issue checklist
The text was updated successfully, but these errors were encountered: