add missing break statement
This commit is contained in:
parent
929165a1fe
commit
89d6660140
1 changed files with 2 additions and 0 deletions
|
@ -192,6 +192,8 @@ void handleWebSocketEvent(WStype_t type, uint8_t * payload, size_t length) {
|
|||
} else {
|
||||
set_idle();
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
case WStype_PING:
|
||||
|
|
Loading…
Reference in a new issue