File tree
6 files changed
+9
-16
lines changed- libraries
- Ethernet/src
- SocketWrapper/src
- WiFi/src
6 files changed
+9
-16
lines changedLines changed: 0 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 | 27 |
| |
33 | 28 |
| |
34 | 29 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 |
| - | |
60 |
| - | |
61 |
| - | |
62 | 59 |
| |
63 | 60 |
| |
64 | 61 |
| |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
18 | 24 |
| |
19 | 25 |
| |
20 | 26 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
| 60 | + | |
| 61 | + | |
| 62 | + | |
60 | 63 |
| |
61 | 64 |
| |
62 | 65 |
| |
|
Lines changed: 0 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
99 |
| - | |
100 |
| - | |
101 |
| - | |
102 |
| - | |
103 |
| - | |
104 | 99 |
| |
105 | 100 |
| |
106 | 101 |
| |
|
Lines changed: 0 additions & 3 deletions
<
7BD7
table aria-label="Diff for: libraries/WiFi/src/WiFi.h" class="tab-size width-full DiffLines-module__tableLayoutFixed--YZcIJ" data-diff-anchor="diff-5b1a1002b118bcde24940cdc4bf554dadf7bea896a7b3215e152dd8e4e3c90d6" data-tab-size="8" data-paste-markdown-skip="true" role="grid" style="--line-number-cell-width:40px;--line-number-cell-width-unified:80px">Original file line number Diff line number Diff line change
@@ -76,9 +76,6 @@ class WiFiClass : public MbedSocketClass {
76
76
*/
77
77
int begin(const char* ssid, const char* passphrase, wl_enc_type security = ENC_TYPE_UNKNOWN);
78
78
79
- // When using DHCP the hostname provided will be used.
80
- int setHostname(const char* hostname);
81
-
82
79
// Inherit config methods from the parent class
83
80
using MbedSocketClass::config;
84
81
0 commit comments