From 865ac5ed51927fce1979119562f2424641d1104f Mon Sep 17 00:00:00 2001 From: M Hightower <27247790+mhightower83@users.noreply.github.com> Date: Sun, 8 Jan 2023 21:03:36 -0800 Subject: [PATCH] Correct typo in SDK defined test for NONOSDK22x_191024. The build problem only shows when selected through board Generic. --- 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 346a748b1d..268c65e7b2 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)