arduino / WiFi101-FirmwareUpdater-Plugin

WiFi101 Firmware Updater Tool for Arduino IDE
13 stars 23 forks source link

Third party compatibility #35

Closed awatterott closed 5 years ago

awatterott commented 5 years ago

Hi,

The latest updater plugin looks for the board name to show only compatible firmware versions. But this breaks the compatibility with boards from other manufacturers like our BlueFly-Shield, Adafruit's WINC1500 WiFi Shield or Feather M0 WiFi (@ladyada).

I would suggest to add a checkbox to deactivate the automatic board identification or that all firmware versions are shown, when no compatible board is found.

Rgds, Andreas

facchinm commented 5 years ago

Hi @awatterott , with version 0.10.5 (merged in hourly IDE two days ago via https://github.com/arduino/Arduino/commit/1b0f00ee38e4570dd7d559de7fe82055cb15fe6d ) there is no filter anymore on not-explicitly-compatible boards. Can you test the latest hourly and report if it fixes the issue? Thanks!

awatterott commented 5 years ago

Hi Martino, Thanks. Yes, it is working. Sorry, I have missed the last commit.