Skip to content

Commit a6aca2c

Browse files
authored
Merge pull request #171 from arduino-libraries/adjust-nina-fw-version-string
Upgrade constant containing latest nina-fw version is 1.4.4.
2 parents d57e172 + 7533bba commit a6aca2c

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.3"
24+
#define WIFI_FIRMWARE_LATEST_VERSION "1.4.4"
2525

2626
#include <inttypes.h>
2727

0 commit comments

Comments
 (0)