things4u / LoRa-LMIC-1.51

Port of LMIC-1.5 library tp Atmega 328 and ESP6822, including alternative AES encription library
81 stars 42 forks source link

Add "category=Communication" to library.properties to silence warning #7

Closed kiwi64ajs closed 8 years ago

kiwi64ajs commented 8 years ago

Hi,

Currently when you do a build, the Arduino IDE outputs a warning:

 WARNING: Category '' in library IBM LMIC framework v1.51 for Arduino is not valid. Setting to 'Uncategorized'

This can be fixed by adding the following line to the library.properties file:

 category=Communication

Regards

Alex Shepherd

platenspeler commented 8 years ago

Alex,

Thanks, I have updated the file. Hope it's working now.

Maarten