We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 179a468 + 06beaef commit 13515d7Copy full SHA for 13515d7
components/wifi_provisioning/include/wifi_provisioning/manager.h
@@ -234,6 +234,9 @@ typedef enum wifi_prov_security {
234
*/
235
WIFI_PROV_SECURITY_2 = 2
236
#endif
237
+#if !CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_0 && !CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_1 && !CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_2
238
+#error "All of the protocomm security versions are disabled. Make sure to enable at least one security version."
239
+#endif
240
} wifi_prov_security_t;
241
242
/**
0 commit comments