8000
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.
1 parent bf15577 commit 0183e05Copy full SHA for 0183e05
libraries/WiFi/src/utility/wl_definitions.h
@@ -74,7 +74,8 @@ enum wl_enc_type { /* Values map to 802.11 Cipher Algorithm Identifier */
74
ENC_TYPE_AUTO = 8
75
};
76
77
-#if defined(ARDUINO_PORTENTA_H7_M7)
+#if defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_NICLA_VISION) || \
78
+ defined(ARDUINO_GIGA) || defined(ARDUINO_OPTA)
79
#include "whd_version.h"
80
#define WIFI_FIRMWARE_LATEST_VERSION WHD_VERSION
81
#endif
0 commit comments