From 9dff7c57039c661f84d32cda50748d1799398544 Mon Sep 17 00:00:00 2001 From: Alexander Entinger Date: Mon, 8 Feb 2021 06:49:54 +0100 Subject: [PATCH] Updating version string containing latest version of nina firmware to version 1.4.3. (#152) --- src/WiFi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WiFi.h b/src/WiFi.h index 6824b2cd..6f927066 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.3" #include