add missing break statement

This commit is contained in:
Franzi 2021-12-09 12:34:42 +01:00
parent 929165a1fe
commit 89d6660140
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
1 changed files with 2 additions and 0 deletions

View File

@ -192,6 +192,8 @@ void handleWebSocketEvent(WStype_t type, uint8_t * payload, size_t length) {
} else {
set_idle();
}
break;
}
case WStype_PING: