Skip to content

Commit 3e4b0d4

Browse files
authored
Merge pull request arduino#447 from pennam/0.5.2-wifi-fw
UNO R4 WiFi firmware 0.5.2
2 parents 926389a + 4896422 commit 3e4b0d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libraries/WiFiS3/src/WiFi.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#define DEFAULT_GW_AP_ADDRESS IPAddress(192,168,1,1)
1818
#define DEFAULT_NM_AP_ADDRESS IPAddress(255,255,255,0)
1919

20-
#define WIFI_FIRMWARE_LATEST_VERSION "0.4.1"
20+
#define WIFI_FIRMWARE_LATEST_VERSION "0.5.2"
2121

2222
class CAccessPoint {
2323
public:

0 commit comments

Comments
 (0)