From eeac7893a6589fb64b5ab1b38654d04c8d82e118 Mon Sep 17 00:00:00 2001 From: Asbelos Date: Thu, 5 Nov 2020 10:53:55 +0000 Subject: [PATCH] Compiler warning --- WifiInboundHandler.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/WifiInboundHandler.h b/WifiInboundHandler.h index 1979565..c2c8865 100644 --- a/WifiInboundHandler.h +++ b/WifiInboundHandler.h @@ -36,8 +36,7 @@ class WifiInboundHandler { IPD_IGNORE_DATA, // got +IPD,c,ll,: ignoring the data that won't fit inblound Ring GOT_CLIENT_ID, // clientid prefix to CONNECTED / CLOSED - GOT_CLIENT_ID2, // clientid prefix to CONNECTED / CLOSED - GOT_CLIENT_ID3 // clientid prefix to CONNECTED / CLOSED + GOT_CLIENT_ID2 // clientid prefix to CONNECTED / CLOSED };