Fix warnings in platformIO
Fix : warning: enumeration value 'WStype_ERROR' not handled in switch [-Wswitch] Fix : warning: variable 'ip' set but not used [-Wunused-but-set-variable]
This commit is contained in:
@@ -161,7 +161,7 @@ void SocketIOclient::handleCbEvent(WStype_t type, uint8_t * payload, size_t leng
|
||||
break;
|
||||
}
|
||||
} break;
|
||||
|
||||
case WStype_ERROR:
|
||||
case WStype_BIN:
|
||||
case WStype_FRAGMENT_TEXT_START:
|
||||
case WStype_FRAGMENT_BIN_START:
|
||||
|
||||
Reference in New Issue
Block a user