You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from C:\Users\xxx\m5stack-avatar\src/tasks/LipSync.h:10,
from C:\Users\yyy\stack_chan_ros\firmware\firmware.ino:9:
C:\Users\xxx\arduino_409486\src/M5Core2.h:138:20: error: conflicting declaration 'M5Core2 M5'
extern M5Core2 M5;
^~
In file included from C:\Users\yyy\stack_chan_ros\firmware\firmware.ino:1:
C:\Users\xxx\arduino_708812\src/M5Unified.hpp:243:22: note: previous declaration as 'm5::M5Unified M5'
extern m5::M5Unified M5;
The text was updated successfully, but these errors were encountered:
Describe the bug
Due to the recent change to use
M5Unified
, the library cannot be compiled withlipSync
because it usesM5Core2
.To Reproduce
Compile the programs with lipSync for M5Stack Core2.
Logs
The text was updated successfully, but these errors were encountered: