arduino-libraries / Arduino_UnifiedStorage

Read and write files to flash, USB mass storage and SD cards in a unified way.
GNU Lesser General Public License v2.1
11 stars 3 forks source link

Update flag to make linter happy #20

Closed sebromero closed 9 months ago

sebromero commented 9 months ago

The linter complains about the non-uniqueness of the library name because the current flag indicates that the lib is not yet in the registry. This PR changes that.