Skip to content

Commit

Permalink
fix(plc4j/spi): fireDiscoverEvent should default to false
Browse files Browse the repository at this point in the history
  • Loading branch information
sruehl committed Aug 28, 2023
1 parent a564eeb commit 763b41c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -64,7 +64,7 @@ protected boolean canBrowse() {
}

protected boolean fireDiscoverEvent() {
return true;
return false;
}

protected boolean awaitSetupComplete() {
Expand Down

0 comments on commit 763b41c

Please sign in to comment.