From 108cdd90ed99e7eb118c669e4b5757df45373d3d Mon Sep 17 00:00:00 2001 From: proddy Date: Tue, 7 Jul 2020 23:34:35 +0200 Subject: [PATCH] added wifi new connection status --- interface/src/wifi/types.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {