Skip to content

Commit 9bdcce7

Browse files
committed
WiFi firmware 0.2.1
1 parent f19b922 commit 9bdcce7

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Diff for: .gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
url = https://github.com/arduino/tinyusb
44
[submodule "extras/uno-r4-wifi-usb-bridge"]
55
path = extras/uno-r4-wifi-usb-bridge
6-
url = https://github.com/bcmi-labs/uno-r4-wifi-usb-bridge
6+
url = https://github.com/arduino/uno-r4-wifi-usb-bridge
77
[submodule "extras/fsp"]
88
path = extras/fsp
99
url = https://github.com/arduino/fsp

Diff for: libraries/WiFiS3/src/WiFi.h

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#define DEFAULT_NM_AP_ADDRESS IPAddress(255,255,255,0)
1515

1616

17-
#define WIFI_FIRMWARE_LATEST_VERSION "0.1.0"
17+
#define WIFI_FIRMWARE_LATEST_VERSION "0.2.1"
1818

1919
class CAccessPoint {
2020
public:
@@ -285,4 +285,5 @@ extern CWifi WiFi;
285285

286286

287287

288-
#endif
288+
#endif
289+

0 commit comments

Comments
 (0)