Skip to content

Commit 5869a90

Browse files
authored
Merge pull request #877 from pennam/whd-def
Add WHD_VERSION definition for GIGA OPTA and NICLA VISION
2 parents 1749b20 + 0183e05 commit 5869a90

File tree

3 files changed

+2
-132
lines changed

3 files changed

+2
-132
lines changed

libraries/SocketWrapper/src/utility/wl_definitions.h

-78
This file was deleted.

libraries/SocketWrapper/src/utility/wl_types.h

-53
This file was deleted.

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)