Skip to content

Commit

Permalink
Another whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
willmmiles committed Jan 25, 2025
1 parent cb47316 commit 09e2c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wled00/wled_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ void initServer()

if (verboseResponse) {
if (!isConfig) {
lastInterfaceUpdate = millis(); // prevent WS update until cooldown
lastInterfaceUpdate = millis(); // prevent WS update until cooldown
interfaceUpdateCallMode = CALL_MODE_WS_SEND; // schedule WS update
serveJson(request); return; //if JSON contains "v"
} else {
Expand Down

0 comments on commit 09e2c74

Please sign in to comment.