Skip to content

Rename utils.h file to prevent conflicts with other libraries #383

@irl-ops

Description

@irl-ops

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

  • I have checked that I am using the latest version of the library.

What environment are you seeing the problem in?

Platform IO

Board type

ESP32

Relevant log output

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions