From e01081fad292e28a431d5771ff9e904265ae9f8a Mon Sep 17 00:00:00 2001 From: Alexander Entinger Date: Mon, 11 Jan 2021 06:35:44 +0100 Subject: [PATCH] Bugfix: The latest available wifi firmware version is in fact 1.4.1, not 1.4.2 (#149) --- src/WiFi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WiFi.h b/src/WiFi.h index dc632e5a..9ba4bf05 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.2" +#define WIFI_FIRMWARE_LATEST_VERSION "1.4.1" #include