From 7e2da8b25b3f57d9bec8ff6e5a01f77aa95de5b3 Mon Sep 17 00:00:00 2001 From: M Hightower <27247790+mhightower83@users.noreply.github.com> Date: Mon, 9 Jan 2023 10:36:26 -0800 Subject: [PATCH] Typo in EAP patch (#8797) NONOSDK22x_191124 -> NONOSDK22x_191024 --- cores/esp8266/wpa2_eap_patch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cores/esp8266/wpa2_eap_patch.cpp b/cores/esp8266/wpa2_eap_patch.cpp index 346a748b1..268c65e7b 100644 --- a/cores/esp8266/wpa2_eap_patch.cpp +++ b/cores/esp8266/wpa2_eap_patch.cpp @@ -13,7 +13,7 @@ #if defined(NONOSDK22x_190703) || \ defined(NONOSDK22x_191122) || \ defined(NONOSDK22x_191105) || \ - defined(NONOSDK22x_191124) || \ + defined(NONOSDK22x_191024) || \ defined(NONOSDK22x_190313) || \ defined(NONOSDK221) || \ defined(NONOSDK305)