Skip to content

Commit

Permalink
Bugfix: The latest available wifi firmware version is in fact 1.4.1, …
Browse files Browse the repository at this point in the history
…not 1.4.2 (arduino-libraries#149)
  • Loading branch information
aentinger authored Jan 11, 2021
1 parent 473d8b0 commit e01081f
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.2"
#define WIFI_FIRMWARE_LATEST_VERSION "1.4.1"

#include <inttypes.h>

Expand Down

0 comments on commit e01081f

Please sign in to comment.