Improv: handle no SSID list support (#201)

This commit is contained in:
Paulus Schoutsen 2022-03-23 08:52:09 -07:00 committed by GitHub
parent d42bae9f23
commit e9a90e6082
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -397,6 +397,8 @@ class EwtInstallDialog extends LitElement {
break;
case ImprovSerialErrorState.NO_ERROR:
// Happens when list SSIDs not supported.
case ImprovSerialErrorState.UNKNOWN_RPC_COMMAND:
break;
default: