Skip to content

Commit

Permalink
Deactivate non pluggable discoverers
Browse files Browse the repository at this point in the history
  • Loading branch information
facchinm committed Mar 7, 2019
1 parent 73a5b7f commit 3de8e41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arduino-core/src/cc/arduino/packages/DiscoveryManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ public DiscoveryManager(Map<String, TargetPackage> packages) {
// this.packages = packages;

discoverers = new ArrayList<>();
discoverers.add(serialDiscoverer);
discoverers.add(networkDiscoverer);
//discoverers.add(serialDiscoverer);
//discoverers.add(networkDiscoverer);

// Search for discoveries in installed packages
for (TargetPackage targetPackage : packages.values()) {
Expand Down

0 comments on commit 3de8e41

Please sign in to comment.