Seeed-Studio / Wio_Link

Wio_Link 8266
http://seeed-studio.github.io/Wio_Link/
182 stars 64 forks source link

Image of driver not shown in the app #36

Closed dothebart closed 8 years ago

dothebart commented 8 years ago

Hi, I've started implementing my own driver and wanted to add the image from its vendors page.

This is what I've added in the header file so the scanner job will find it:

//GROVE_NAME        "Adafruit - I2C Accelerometer"
//SKU               ADAFRUITLIS3DH
//IF_TYPE           I2C
//IMAGE_URL         https://cdn-learn.adafruit.com/guides/images/000/001/166/medium800/topp.jpg
//DESCRIPTION       "Adafruit - I2C Accelerometer LIS3DH."
//WIKI_URL          https://learn.adafruit.com/adafruit-lis3dh-triple-axis-accelerometer-breakout
//ADDED_AT          "2016-05-31"
//AUTHOR            "Wilfried Goesgens"

Everything compiles fine, My plugin gets listed, I can add it to a connection of my WIO NODE, compile the firmware... but it won't show the icon neither in the list nor when the sensor is dragged to the connection...

dothebart commented 8 years ago

(I don't know whether there is a bugtracker related to the app? I'm also missing a way to simply make it re-deploy the firmware during the development process)

dothebart commented 8 years ago

its fixed in the development version of the app.