Skip to content

Commit

Permalink
add workaround for issue #351 (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
stritti committed Apr 26, 2019
1 parent 124992d commit 5b56ebc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Homie.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ void HomieClass::setup() {
return; // never reached, here for clarity
}

WiFi.disconnect(); // workaround for issue #351

_boot->setup();
}

Expand Down

0 comments on commit 5b56ebc

Please sign in to comment.