Skip to content

Commit 0aa3b79

Browse files
committed
Ethernet setConfig fixes
1 parent 307191e commit 0aa3b79

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

config/sitemap.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1287,8 +1287,8 @@
12871287
"hash": "97d8ff268e598b197d705eddc63d0a4eb653554296f6283a9d216da6e9865f1d"
12881288
},
12891289
"reference/device-os/firmware.md": {
1290-
"date": "2023-10-26",
1291-
"hash": "a1abf8f166b1fefc6f35cba7c28979d688ee66539e23512d3394ca653164a788"
1290+
"date": "2023-10-30",
1291+
"hash": "d869e554040857d0ae2ef50bf99707f3221100ec1a49f595f0a919b8ed1aacd5"
12921292
},
12931293
"reference/device-os/pin-info.md": {
12941294
"date": "2022-05-18",
@@ -1859,12 +1859,12 @@
18591859
"hash": "81d8300f390da86d63d495971c9e51d9c5ea677958430b16d946ccee15daa1b2"
18601860
},
18611861
"reference/device-os/api/ethernet/setconfig-ethernet.md": {
1862-
"date": "2023-10-17",
1863-
"hash": "cd590bfbbc996b82831b0dd717f530d8d0ed4df9738db5407362b77874519e59"
1862+
"date": "2023-10-30",
1863+
"hash": "7f81145b21e9a6299b0cb75bb2d927460a12c43599b9dbefe56ac6211304c7f6"
18641864
},
18651865
"reference/device-os/api/ethernet/getconfig-ethernet.md": {
1866-
"date": "2023-09-20",
1867-
"hash": "fea5d49ed44f9f9660765a151b37cca634bf0ac0606945cec5dd5c904411656e"
1866+
"date": "2023-10-30",
1867+
"hash": "36f2f3a611c135070348fb9d73e0c66a7894cc0c5ec89d110ba868970257eddf"
18681868
},
18691869
"reference/device-os/api/ethernet/listen.md": {
18701870
"date": "2023-09-20",

src/content/reference/device-os/firmware.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1644,7 +1644,7 @@ Ethernet.ready();
16441644

16451645
{{since when="5.3.0"}}
16461646

1647-
Set a [`NetworkInterfaceConfig`](#networkinterfaceconfig) for the Ethernet interface on the Argon, P2, and Photon 2 running Device OS 5.3.0 or later. This is used to set a static IP address or restore DHCP addressing (the default).
1647+
Set a [`NetworkInterfaceConfig`](#networkinterfaceconfig) for the Ethernet interface running Device OS 5.3.0 or later. This is used to set a static IP address or restore DHCP addressing (the default).
16481648

16491649
```cpp
16501650
// PROTOTYPE
@@ -1664,7 +1664,7 @@ Ethernet.setConfig(NetworkInterfaceConfig()
16641664

16651665
{{since when="5.3.0"}}
16661666

1667-
Get the current [`NetworkInterfaceConfig`](#networkinterfaceconfig) for the Ethernet interface on the Argon, P2, and Photon 2 running Device OS 5.3.0 or later.
1667+
Get the current [`NetworkInterfaceConfig`](#networkinterfaceconfig) for the Ethernet interface running Device OS 5.3.0 or later.
16681668

16691669
```cpp
16701670
// PROTOTYPE

0 commit comments

Comments
 (0)