Skip to content

Commit

Permalink
Merge pull request #171 from arduino-libraries/adjust-nina-fw-version…
Browse files Browse the repository at this point in the history
…-string

Upgrade constant containing latest nina-fw version is 1.4.4.
  • Loading branch information
aentinger authored Apr 28, 2021
2 parents d57e172 + 7533bba commit a6aca2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WiFi.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#ifndef WiFi_h
#define WiFi_h

#define WIFI_FIRMWARE_LATEST_VERSION "1.4.3"
#define WIFI_FIRMWARE_LATEST_VERSION "1.4.4"

#include <inttypes.h>

Expand Down

0 comments on commit a6aca2c

Please sign in to comment.