cmaglie / FlashStorage

A convenient way to store data into Flash memory on the ATSAMD21 and ATSAMD51 processor family
202 stars 69 forks source link

There is a warning on 1.6.6 IDE #4

Closed misan closed 8 years ago

misan commented 8 years ago

WARNING: Category '' in library FlashStorage is not valid. Setting to 'Uncategorized'

I can see that for example Wifi101 has a line category=Communication

on library.properties file, so I guess it can easily be fixed by adding a similar text. What categories are available I do not know, but the ones that I have are AzureIoT/library.properties:category=Communication Ethernet/library.properties:category=Communication FastLED/library.properties:category=Display Firmata/library.properties:category=Device Control SoftWire/library.properties:category=Communication WiFi101/library.properties:category=Communication arduino_410717/library.properties:category=Communication

misan commented 8 years ago

For the moment I set mine to category=Uncategorized

and the warning line went away.