We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebce440 commit ebacd41Copy full SHA for ebacd41
src/cc/arduino/plugins/wifi101/UpdaterImpl.java
@@ -129,10 +129,9 @@ protected void SelectBoardModule() {
129
}
130
131
if (added == 0) {
132
+ // Board not automatically recognized, give the chance to flash any firmware
133
for (Flasher firmware : fwAvailable) {
- if (firmware.isCompatible("Arduino WiFi 101 Shield")) {
134
- getFirmwareSelector().addItem(firmware);
135
- }
+ getFirmwareSelector().addItem(firmware);
136
137
138
Flasher fw = (Flasher) getFirmwareSelector().getSelectedItem();
0 commit comments