8000 Merge pull request #877 from pennam/whd-def · arduino/ArduinoCore-mbed@5869a90 · GitHub
[go: up one dir, main page]

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

Lines changed: 0 additions & 78 deletions
This file was deleted.

libraries/SocketWrapper/src/utility/wl_types.h

Lines changed: 0 additions & 53 deletions
This file was deleted.

libraries/WiFi/src/utility/wl_definitions.h

Lines changed: 2 additions & 1 deletion
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< 31A8 /h2>
Comments
 (0)

0