From b50b320155f99c484f961324bff2b9f1802c579d Mon Sep 17 00:00:00 2001 From: Luigi <27034386+luigigubello@users.noreply.github.com> Date: Mon, 11 May 2020 14:19:05 +0200 Subject: [PATCH] Updating WiFiNINA version to 1.3.0 (#116) --- src/WiFi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WiFi.h b/src/WiFi.h index d88541e8..70844fdf 100644 --- a/src/WiFi.h +++ b/src/WiFi.h @@ -21,7 +21,7 @@ #ifndef WiFi_h #define WiFi_h -#define WIFI_FIRMWARE_LATEST_VERSION "1.2.1" +#define WIFI_FIRMWARE_LATEST_VERSION "1.3.0" #include