tobozo / ESP32-Chimera-Core

ESP32-Chimera-Core 👾 is an arduino library for M5Stack, Odroid-Go, D-Duino-32-XS and other ESP32/TFT/SD bundles
Other
167 stars 13 forks source link

redefinition issue #7

Closed chegewara closed 4 years ago

chegewara commented 4 years ago

When log level is higher than NONE redefinition error occurs:

https://github.com/tobozo/ESP32-Chimera-Core/blob/master/src/utility/Sprite.cpp#L2181 https://github.com/tobozo/ESP32-Chimera-Core/blob/master/src/M5Display.cpp#L204

tobozo commented 4 years ago

whoops, thanks for the feedback, this quick fix came to mind https://github.com/tobozo/ESP32-Chimera-Core/pull/8