diff --git a/interface/src/wifi/types.ts b/interface/src/wifi/types.ts index 5152015ae..d631051e6 100644 --- a/interface/src/wifi/types.ts +++ b/interface/src/wifi/types.ts @@ -4,7 +4,8 @@ export enum WiFiConnectionStatus { WIFI_STATUS_CONNECTED = 3, WIFI_STATUS_CONNECT_FAILED = 4, WIFI_STATUS_CONNECTION_LOST = 5, - WIFI_STATUS_DISCONNECTED = 6 + WIFI_STATUS_DISCONNECTED = 6, + WIFI_STATUS_NO_SHIELD = 255 } export enum WiFiEncryptionType {