Skip to content

Commit

Permalink
Add WHD_VERSION definition for GIGA OPTA and NICLA VISION
Browse files Browse the repository at this point in the history
  • Loading branch information
pennam committed Apr 29, 2024
1 parent bf15577 commit 0183e05
Showing 1 changed file with 2 additions and 1 deletion.
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 0183e05

Please sign in to comment.