From edf9cd77dad182a0094916a0c76517d6bdb43bec Mon Sep 17 00:00:00 2001 From: Alexander Entinger Date: Wed, 18 Nov 2020 13:14:37 +0100 Subject: [PATCH] Update WIFI_FIRMWARE_LATEST_VERSION to 1.4.2 (not yet released, but very soon as https://github.com/arduino/nina-fw/pull/57 will be merged) --- src/WiFi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WiFi.h b/src/WiFi.h index 9ba4bf05..dc632e5a 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.4.1" +#define WIFI_FIRMWARE_LATEST_VERSION "1.4.2" #include