What happened?
I am using another library that also contains a utils/utils.h file. The compiler just uses whichever one was included first, this is obviously problematic.
With "utils" being a very common file name, maybe you could rename the file utils.h? Possible something like lcdMenuUtils.h? I don't have any issues with the other files in the utils folder but I suspect this same issue could arise with files like constants.h, maybe you want to rename those at the same time?
Thanks for the great library!
Version
What environment are you seeing the problem in?
Platform IO
Board type
ESP32
Relevant log output
What happened?
I am using another library that also contains a
utils/utils.hfile. The compiler just uses whichever one was included first, this is obviously problematic.With "utils" being a very common file name, maybe you could rename the file
utils.h? Possible something likelcdMenuUtils.h? I don't have any issues with the other files in the utils folder but I suspect this same issue could arise with files likeconstants.h, maybe you want to rename those at the same time?Thanks for the great library!
Version
What environment are you seeing the problem in?
Platform IO
Board type
ESP32
Relevant log output