File tree
Expand file treeCollapse file tree
93 files changed
+357
-352
lines changedFilter options
- .github/scripts
- libraries
- ArduinoOTA/examples/BasicOTA
- AsyncUDP/examples
- AsyncUDPClient
- AsyncUDPMulticastServer
- AsyncUDPServer
- DNSServer/examples/CaptivePortal
- ESP32/examples/Time/SimpleTime
- ESP_NOW/examples
- ESP_NOW_Broadcast_Master
- ESP_NOW_Broadcast_Slave
- ESP_NOW_Network
- ESP_NOW_Serial
- ESPmDNS/examples
- mDNS-SD_Extended
- mDNS_Web_Server
- Ethernet/examples/ETH_WIFI_BRIDGE
- FFat/examples/FFat_time
- HTTPClient/examples
- Authorization
- BasicHttpClient
- BasicHttpsClient
- HTTPClientEnterprise
- ReuseConnection
- StreamHttpClient
- HTTPUpdateServer/examples/WebUpdater
- HTTPUpdate/examples
- httpUpdateSPIFFS
- httpUpdateSecure
- httpUpdate
- Insights/examples
- DiagnosticsSmokeTest
- MinimalDiagnostics
- LittleFS/examples/LITTLEFS_time
- NetBIOS/examples/ESP_NBNST
- NetworkClientSecure/examples
- WiFiClientInsecure
- WiFiClientPSK
- WiFiClientSecureEnterprise
- WiFiClientSecureProtocolUpgrade
- WiFiClientSecure
- WiFiClientShowPeerCredentials
- WiFiClientTrustOnFirstUse
- PPP/examples/PPP_WIFI_BRIDGE
- RainMaker/examples
- RMakerCustomAirCooler
- RMakerCustom
- RMakerSonoffDualR3
- RMakerSwitch
- SD_MMC/examples/SDMMC_time
- SD/examples/SD_time
- SPIFFS/examples/SPIFFS_time
- Update/examples
- AWS_S3_OTA_Update
- HTTPS_OTA_Update
- HTTP_Client_AES_OTA_Update
- HTTP_Server_AES_OTA_Update
- OTAWebUpdater
- WebServer/examples
- AdvancedWebServer
- FSBrowser
- Filters
- HelloServer
- HttpAdvancedAuth
- HttpAuthCallbackInline
- HttpAuthCallback
- HttpBasicAuthSHA1orBearerToken
- HttpBasicAuthSHA1
- HttpBasicAuth
- MultiHomedServers
- PathArgServer
- SDWebServer
- SimpleAuthentification
- UploadHugeFile
- WebServer
- WebUpdate
- WiFiProv/examples/WiFiProv
- WiFi/examples
- FTM
- FTM_Initiator
- FTM_Responder
- SimpleWiFiServer
- WPS
- WiFiAccessPoint
- WiFiBlueToothSwitch
- WiFiClientBasic
- WiFiClientConnect
- WiFiClientEnterprise
- WiFiClientEvents
- WiFiClientStaticIP
- WiFiClient
- WiFiExtender
- WiFiIPv6
- WiFiMultiAdvanced
- WiFiMulti
- WiFiScanAsync
- WiFiScanDualAntenna
- WiFiScanTime
- WiFiScan
- WiFiSmartConfig
- WiFiTelnetToSerial
- WiFiUDPClient
- tests/validation/wifi
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
93 files changed
+357
-352
lines changed.github/scripts/install-platformio-esp32.sh
Copy file name to clipboardExpand all lines: .github/scripts/install-platformio-esp32.sh+7-86Lines changed: 7 additions & 86 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| 10 | + |
| 11 | + |
| 12 | + |
10 | 13 |
|
11 | 14 |
|
12 | 15 |
|
| ||
74 | 77 |
|
75 | 78 |
|
76 | 79 |
|
77 |
| - |
78 |
| - |
79 |
| - |
80 |
| - |
81 |
| - |
82 |
| - |
83 |
| - |
84 |
| - |
85 |
| - |
86 |
| - |
87 |
| - |
88 |
| - |
89 |
| - |
90 |
| - |
91 |
| - |
92 |
| - |
93 |
| - |
94 |
| - |
95 |
| - |
96 |
| - |
97 |
| - |
98 |
| - |
99 |
| - |
100 |
| - |
101 |
| - |
102 |
| - |
103 |
| - |
104 |
| - |
105 |
| - |
106 |
| - |
107 |
| - |
108 |
| - |
109 |
| - |
110 |
| - |
111 |
| - |
112 |
| - |
113 |
| - |
114 |
| - |
115 |
| - |
116 |
| - |
117 |
| - |
118 |
| - |
119 |
| - |
120 |
| - |
121 |
| - |
122 |
| - |
123 |
| - |
124 |
| - |
125 |
| - |
126 |
| - |
127 |
| - |
128 |
| - |
129 |
| - |
130 |
| - |
131 |
| - |
132 |
| - |
133 |
| - |
134 |
| - |
135 | 80 |
|
136 | 81 |
|
137 | 82 |
|
| ||
160 | 105 |
|
161 | 106 |
|
162 | 107 |
|
163 |
| - |
| 108 | + |
164 | 109 |
|
165 | 110 |
|
166 | 111 |
|
| ||
204 | 149 |
|
205 | 150 |
|
206 | 151 |
|
207 |
| - |
208 |
| - |
209 |
| - |
210 |
| - |
211 |
| - |
212 |
| - |
213 |
| - |
214 |
| - |
215 |
| - |
216 |
| - |
217 |
| - |
218 |
| - |
219 |
| - |
220 |
| - |
221 |
| - |
222 |
| - |
223 |
| - |
224 |
| - |
225 |
| - |
226 |
| - |
227 |
| - |
228 |
| - |
229 |
| - |
230 |
| - |
231 |
| - |
232 |
| - |
233 |
| - |
| 152 | + |
| 153 | + |
| 154 | + |
234 | 155 |
|
235 | 156 |
|
236 | 157 |
|
|
.github/scripts/sketch_utils.sh
Copy file name to clipboardExpand all lines: .github/scripts/sketch_utils.sh+53-56Lines changed: 53 additions & 56 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
11 | 54 |
|
12 | 55 |
|
13 | 56 |
|
| ||
171 | 214 |
|
172 | 215 |
|
173 | 216 |
|
174 |
| - |
175 |
| - |
176 |
| - |
177 |
| - |
178 |
| - |
179 |
| - |
180 |
| - |
181 |
| - |
182 |
| - |
183 |
| - |
184 |
| - |
185 |
| - |
186 |
| - |
187 |
| - |
188 |
| - |
189 |
| - |
190 |
| - |
191 |
| - |
192 |
| - |
193 |
| - |
194 |
| - |
195 |
| - |
196 |
| - |
197 |
| - |
198 |
| - |
199 |
| - |
200 |
| - |
201 |
| - |
202 |
| - |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
203 | 221 |
|
204 | 222 |
|
205 | 223 |
|
| ||
348 | 366 |
|
349 | 367 |
|
350 | 368 |
|
351 |
| - |
352 |
| - |
353 |
| - |
354 |
| - |
355 |
| - |
356 |
| - |
357 |
| - |
358 |
| - |
359 |
| - |
360 |
| - |
361 |
| - |
362 |
| - |
363 |
| - |
364 |
| - |
365 |
| - |
366 |
| - |
367 |
| - |
368 |
| - |
369 |
| - |
370 |
| - |
371 |
| - |
372 |
| - |
373 |
| - |
374 |
| - |
375 |
| - |
376 |
| - |
377 |
| - |
| 369 | + |
| 370 | + |
| 371 | + |
378 | 372 |
|
379 | 373 |
|
380 | 374 |
|
| ||
552 | 546 |
|
553 | 547 |
|
554 | 548 |
|
| 549 | + |
555 | 550 |
|
556 | 551 |
|
557 | 552 |
|
| ||
569 | 564 |
|
570 | 565 |
|
571 | 566 |
|
| 567 | + |
| 568 | + |
572 | 569 |
|
573 | 570 |
|
574 | 571 |
|
|
.github/scripts/tests_run.sh
Copy file name to clipboardExpand all lines: .github/scripts/tests_run.sh+14-33Lines changed: 14 additions & 33 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
| 12 | + |
12 | 13 |
|
13 | 14 |
|
14 | 15 |
|
| ||
20 | 21 |
|
21 | 22 |
|
22 | 23 |
|
23 |
| - |
| 24 | + |
24 | 25 |
|
25 |
| - |
| 26 | + |
26 | 27 |
|
27 | 28 |
|
28 | 29 |
|
| ||
35 | 36 |
|
36 | 37 |
|
37 | 38 |
|
| 39 | + |
38 | 40 |
|
39 |
| - |
40 |
| - |
41 |
| - |
42 |
| - |
43 |
| - |
44 |
| - |
45 |
| - |
46 |
| - |
47 |
| - |
48 |
| - |
49 |
| - |
50 |
| - |
51 |
| - |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
52 | 46 |
|
53 |
| - |
54 |
| - |
55 |
| - |
56 |
| - |
57 |
| - |
58 |
| - |
59 |
| - |
60 |
| - |
61 |
| - |
62 |
| - |
63 |
| - |
64 |
| - |
65 |
| - |
66 |
| - |
67 |
| - |
68 |
| - |
69 |
| - |
70 |
| - |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
71 | 52 |
|
72 | 53 |
|
73 | 54 |
|
|
libraries/ArduinoOTA/examples/BasicOTA/ci.json
Copy file name to clipboard+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
3 |
| - |
| 2 | + |
| 3 | + |
| 4 | + |
4 | 5 |
|
5 | 6 |
|
libraries/AsyncUDP/examples/AsyncUDPClient/ci.json
Copy file name to clipboard+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
3 |
| - |
| 2 | + |
| 3 | + |
| 4 | + |
4 | 5 |
|
5 | 6 |
|
libraries/AsyncUDP/examples/AsyncUDPMulticastServer/ci.json
Copy file name to clipboard+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
3 |
| - |
| 2 | + |
| 3 | + |
| 4 | + |
4 | 5 |
|
5 | 6 |
|
libraries/AsyncUDP/examples/AsyncUDPServer/ci.json
Copy file name to clipboard+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
3 |
| - |
| 2 | + |
| 3 | + |
| 4 | + |
4 | 5 |
|
5 | 6 |
|
libraries/DNSServer/examples/CaptivePortal/ci.json
Copy file name to clipboard+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
3 |
| - |
| 2 | + |
| 3 | + |
| 4 | + |
4 | 5 |
|
5 | 6 |
|
libraries/ESP32/examples/Time/SimpleTime/ci.json
Copy file name to clipboard+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
3 |
| - |
| 2 | + |
| 3 | + |
| 4 | + |
4 | 5 |
|
5 | 6 |
|
libraries/ESP_NOW/examples/ESP_NOW_Broadcast_Master/ci.json
Copy file name to clipboard+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
3 |
| - |
| 2 | + |
| 3 | + |
| 4 | + |
4 | 5 |
|
5 | 6 |
|
0 commit comments