You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cross/dns/Cargo.toml
+3-2
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,12 @@
2
2
authors = [
3
3
"Jim Hodapp",
4
4
"Caleb Bourg",
5
-
"Glyn Matthews"
5
+
"Glyn Matthews",
6
+
"Dilyn Corner"
6
7
]
7
8
edition = "2021"
8
9
name = "dns"
9
-
version = "0.1.0"
10
+
version = "0.3.0"
10
11
description = "Example target application that demonstrates DNS functionality with the Rust-based Espressif ESP32-WROOM WiFi driver crate for RP2040 series microcontroller boards."
Copy file name to clipboardExpand all lines: cross/get_fw_version/Cargo.toml
+3-2
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,12 @@
2
2
authors = [
3
3
"Jim Hodapp",
4
4
"Caleb Bourg",
5
-
"Glyn Matthews"
5
+
"Glyn Matthews",
6
+
"Dilyn Corner"
6
7
]
7
8
edition = "2021"
8
9
name = "get_fw_version"
9
-
version = "0.1.0"
10
+
version = "0.3.0"
10
11
description = "Example target application that gets the Nina firmware version with the Rust-based Espressif ESP32-WROOM WiFi driver crate for RP2040 series microcontroller boards."
Copy file name to clipboardExpand all lines: cross/join/Cargo.toml
+3-2
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,12 @@
2
2
authors = [
3
3
"Jim Hodapp",
4
4
"Caleb Bourg",
5
-
"Glyn Matthews"
5
+
"Glyn Matthews",
6
+
"Dilyn Corner"
6
7
]
7
8
edition = "2021"
8
9
name = "join"
9
-
version = "0.1.0"
10
+
version = "0.3.0"
10
11
description = "Example target application that joins/leaves an SSID with the Rust-based Espressif ESP32-WROOM WiFi driver crate for RP2040 series microcontroller boards."
0 commit comments