Name collision with ArduinoIoTCloud library #52
Labels
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
Describe the problem
When the ArduinoIoTCloud library is used in the same sketch as this library, compilation fails due to a name collision:
To reproduce
Compile the following minimal demonstration sketch:
Expected behavior
Library does not pollute the namespace with declarations of common names. When it is necessary to expose a declaration, a distinctive name (e.g.,
Arduino_UnifiedStorageFileMode::READ
) is used.Arduino_UnifiedStorage version
d41bdd0
Additional context
Additional reports
The text was updated successfully, but these errors were encountered: