Skip to content

Commit

Permalink
Merge pull request #877 from pennam/whd-def
Browse files Browse the repository at this point in the history
Add WHD_VERSION definition for GIGA OPTA and NICLA VISION
  • Loading branch information
pennam authored Apr 30, 2024
2 parents 1749b20 + 0183e05 commit 5869a90
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 132 deletions.
78 changes: 0 additions & 78 deletions libraries/SocketWrapper/src/utility/wl_definitions.h

This file was deleted.

53 changes: 0 additions & 53 deletions libraries/SocketWrapper/src/utility/wl_types.h

This file was deleted.

3 changes: 2 additions & 1 deletion libraries/WiFi/src/utility/wl_definitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ enum wl_enc_type { /* Values map to 802.11 Cipher Algorithm Identifier */
ENC_TYPE_AUTO = 8
};

#if defined(ARDUINO_PORTENTA_H7_M7)
#if defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_NICLA_VISION) || \
defined(ARDUINO_GIGA) || defined(ARDUINO_OPTA)
#include "whd_version.h"
#define WIFI_FIRMWARE_LATEST_VERSION WHD_VERSION
#endif
Expand Down

0 comments on commit 5869a90

Please sign in to comment.