Skip to content

Commit

Permalink
Merge pull request #281 from OpenSprinkler/change-websocket
Browse files Browse the repository at this point in the history
fixed port not being set correctly
  • Loading branch information
arfrie22 authored Jul 18, 2024
2 parents 94fa0af + f1a609e commit dbcbfca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenSprinkler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2152,7 +2152,7 @@ void OpenSprinkler::parse_otc_config() {
otc.en = en;
otc.token = String(token);
otc.server = String(server);
otc.port = 80;
otc.port = port;
}
#endif

Expand Down

0 comments on commit dbcbfca

Please sign in to comment.