Open dangfan opened 3 months ago
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
I will check it.
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 changeM5Stack.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