Skip to content

Commit 0183e05

Browse files
committed
Add WHD_VERSION definition for GIGA OPTA and NICLA VISION
1 parent bf15577 commit 0183e05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: libraries/WiFi/src/utility/wl_definitions.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ enum wl_enc_type { /* Values map to 802.11 Cipher Algorithm Identifier */
7474
ENC_TYPE_AUTO = 8
7575
};
7676

77-
#if defined(ARDUINO_PORTENTA_H7_M7)
77+
#if defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_NICLA_VISION) || \
78+
defined(ARDUINO_GIGA) || defined(ARDUINO_OPTA)
7879
#include "whd_version.h"
7980
#define WIFI_FIRMWARE_LATEST_VERSION WHD_VERSION
8081
#endif

0 commit comments

Comments
 (0)