adafruit / Adafruit_WICED_Arduino

Adafruit WICED Feather Arduino BSP
https://www.adafruit.com/products/3056
27 stars 19 forks source link

Featherlib does not match BSP version #76

Closed NickWaterton closed 7 years ago

NickWaterton commented 7 years ago

BSP says that it is v 0.6.6, but featherlib is still v 0.6.5. This generates the warning message "feather lib library does not match BSP version, please upgrade featherlib" (or words to that effect, can't remember exactly).

hathach commented 7 years ago

0.6.6 is mean to fix dfu driver issue with windows, featherlib does not has any changes. We DID forgot to increase featherlib version --> annoyed warning but it is harmless. We will fix it in the next release. Thank you for reporting