add clear frame

128x128
CalisJI 2024-08-16 09:01:40 +07:00
parent 8405391c45
commit e1aa05cd75
1 changed files with 1 additions and 0 deletions

View File

@ -144,6 +144,7 @@ void webSocketEvent(uint8_t num, WStype_t type, uint8_t * payload, size_t length
}
break;
default:
frame_data.clear();
break;
}
}