We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e4ed35 commit 8076690Copy full SHA for 8076690
src/platform/silabs/wifi/SiWx/WifiInterface.cpp
@@ -77,9 +77,9 @@ extern "C" {
77
#include "sl_si91x_power_manager.h"
78
#endif // CHIP_CONFIG_ENABLE_ICD_SERVER && SLI_SI91X_MCU_INTERFACE
79
80
-// Temmporary work-around for wifi-init failure in ACX modules with WiseConnect v3.3.3. This can be removed after integrating with
81
-// WiseConnect v3.4.0
82
-#if (SL_SI91X_ACX_MODULE == 1)
+// TODO : Temporary work-around for wifi-init failure in 917NCP and 917SOC ACX module boards.
+// Can be removed after Wiseconnect fixes region code for all ACX module boards.
+#if (SL_SI91X_ACX_MODULE == 1) || defined(EXP_BOARD)
83
#define REGION_CODE IGNORE_REGION
84
#else
85
#define REGION_CODE US
0 commit comments