Skip to content

Commit

Permalink
6w websocket.loop() removed
Browse files Browse the repository at this point in the history
  • Loading branch information
visualapproach committed Jun 29, 2022
1 parent 47a616a commit b6d85db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/6-wire-version/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ void loop()
if (WiFi.status() == WL_CONNECTED)
{
// listen for websocket events
webSocket.loop();
// webSocket.loop();
// listen for webserver events
server.handleClient();
// listen for OTA events
Expand Down

0 comments on commit b6d85db

Please sign in to comment.