diff --git a/src/ofxEtherdream.cpp b/src/ofxEtherdream.cpp index aa1c365..ca60db2 100755 --- a/src/ofxEtherdream.cpp +++ b/src/ofxEtherdream.cpp @@ -31,7 +31,7 @@ bool ofxEtherdream::checkConnection(bool bForceReconnect) { if(bForceReconnect) { kill(); - setup(); + setup(true, idEtherdreamConnection); } return false;