Skip to content

Commit e01081f

Browse files
authored
Bugfix: The latest available wifi firmware version is in fact 1.4.1, not 1.4.2 (#149)
1 parent 473d8b0 commit e01081f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WiFi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#ifndef WiFi_h
2222
#define WiFi_h
2323

24-
#define WIFI_FIRMWARE_LATEST_VERSION "1.4.2"
24+
#define WIFI_FIRMWARE_LATEST_VERSION "1.4.1"
2525

2626
#include <inttypes.h>
2727

0 commit comments

Comments
 (0)