Commit 4638628
Wait for client.available() to prevent ESP32 crashes (espressif#3154)
* Wait for client.available() to prevent ESP32 crashes
* Removed user-specific SSID & passphrase1 parent 6f70e27 commit 4638628Copy full SHA for 4638628
File tree
Expand file treeCollapse file tree
1 file changed
+25
-6
lines changedOpen diff view settings
Filter options
- libraries/WiFi/examples/WiFiClientBasic
Expand file treeCollapse file tree
1 file changed
+25
-6
lines changedOpen diff view settings
Collapse file
libraries/WiFi/examples/WiFiClientBasic/WiFiClientBasic.ino
Copy file name to clipboardExpand all lines: libraries/WiFi/examples/WiFiClientBasic/WiFiClientBasic.ino+25-6Lines changed: 25 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
36 | 36 | |
37 | 37 | |
38 | 38 | |
39 | | - |
40 | | - |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
41 | 43 | |
42 | 44 | |
43 | 45 | |
| ||
53 | 55 | |
54 | 56 | |
55 | 57 | |
56 | | - |
57 | | - |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
58 | 73 | |
59 | 74 | |
60 | | - |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
61 | 81 | |
62 | 82 | |
63 | 83 | |
64 | 84 | |
65 | 85 | |
66 | 86 | |
67 | 87 | |
68 | | - |
|
0 commit comments