another unprotected Serial real

This commit is contained in:
Frank
2024-05-29 15:51:44 +02:00
parent 15199dc711
commit 9ff665b788

View File

@@ -50,6 +50,7 @@ void handleImprovPacket() {
uint8_t rpcCommandType = 0;
char rpcData[128];
rpcData[0] = 0;
if (!Serial) return; // WLEDMM avoid reading from unconnected USB-CDC
while (!timeout) {
if (Serial.available() < 1) {