Commit 19b7a29
File tree
Expand file treeCollapse file tree
241 files changed
+15428
-15700
lines changedFilter options
- .github/workflows
- cores/esp8266
- libraries
- ArduinoOTA/examples
- BasicOTA
- OTALeds
- DNSServer/examples/CaptivePortalAdvanced
- EEPROM/examples
- eeprom_clear
- eeprom_read
- ESP8266AVRISP/examples/Arduino_Wifi_AVRISP
- ESP8266HTTPClient/examples
- Authorization
- BasicHttpClient
- BasicHttpsClient
- DigestAuthorization
- PostHttpClient
- ReuseConnectionV2
- StreamHttpClient
- StreamHttpsClient
- ESP8266HTTPUpdateServer/examples
- SecureBearSSLUpdater
- SecureWebUpdater
- WebUpdater
- ESP8266LLMNR/examples/LLMNR_Web_Server
- ESP8266NetBIOS/examples/ESP_NBNST
- ESP8266SSDP/examples/SSDP
- ESP8266WebServer/examples
- AdvancedWebServer
- FSBrowser
- Graph
- HelloServer
- HelloServerBearSSL
- HttpAdvancedAuth
- HttpBasicAuth
- HttpHashCredAuth
- PathArgServer
- PostServer
- ServerSentEvents
- SimpleAuthentication
- WebServer
- WebUpdate
- ESP8266WiFi/examples
- BearSSL_CertStore
- BearSSL_MaxFragmentLength
- BearSSL_Server
- BearSSL_ServerClientCert
- BearSSL_Sessions
- BearSSL_Validation
- HTTPSRequest
- IPv6
- NTPClient
- PagerServer
- RangeExtender-NAPT
- Udp
- WiFiAccessPoint
- WiFiClient
- WiFiClientBasic
- WiFiEcho
- WiFiEvents
- WiFiManualWebServer
- WiFiScan
- WiFiShutdown
- WiFiTelnetToSerial
- ESP8266WiFiMesh/examples
- HelloEspnow
- HelloMesh
- HelloTcpIp
- ESP8266httpUpdate/examples
- httpUpdate
- httpUpdateLittleFS
- httpUpdateSecure
- httpUpdateSigned
- ESP8266mDNS
- examples
- LEAmDNS
- mDNS_Clock
- mDNS_ServiceMonitor
- OTA-mDNS-LittleFS
- mDNS-SD_Extended
- mDNS_Web_Server
- src
- Hash/examples/sha1
- I2S/examples
- InputSerialPlotter
- SimpleTone
- LittleFS/examples
- LittleFS_Timestamp
- SpeedTest
- Netdump
- examples/Netdump
- src
- SD/examples
- Datalogger
- DumpFile
- Files
- ReadWrite
- listfiles
- SPISlave/examples
- SPISlave_Master
- SPISlave_SafeMaster
- SPISlave_Test
- Servo/examples/Sweep
- TFT_Touch_Shield_V2/examples
- drawCircle
- drawLines
- drawNumber
- drawRectangle
- paint
- shapes
- text
- tftbmp
- tftbmp2
- Ticker/examples
- TickerBasic
- TickerFunctional
- TickerParameter
- Wire
- examples
- master_reader
- master_writer
- slave_receiver
- slave_sender
- esp8266/examples
- Blink
- BlinkPolledTimeout
- CallBackList
- CheckFlashCRC
- CheckFlashConfig
- ConfigFile
- FadePolledTimeout
- HeapMetric
- HelloCrypto
- HwdtStackDump
- I2SInput
- I2STransmit
- IramReserve
- LowPowerDemo
- MMU48K
- NTP-TZ-DST
- RTCUserMemory
- SerialDetectBaudrate
- SerialStress
- SigmaDeltaDemo
- StreamString
- TestEspApi
- UartDownload
- interactive
- irammem
- virtualmem
- lwIP_PPP
- examples/PPPServer
- src
- lwIP_enc28j60/src
- utility
- lwIP_w5100/src
- utility
- lwIP_w5500
- examples/TCPClient
- src
- utility
- tests
- ci
- device
- libraries/BSTest
- src
- test
- test_libc
- host
- common
- include
- core
- fs
- sys
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
241 files changed
+15428
-15700
lines changed.github/workflows/pull-request.yml
Copy file name to clipboardExpand all lines: .github/workflows/pull-request.yml+10-1Lines changed: 10 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
238 | 238 |
|
239 | 239 |
|
240 | 240 |
|
| 241 | + |
241 | 242 |
|
242 | 243 |
|
243 | 244 |
|
| 245 | + |
| 246 | + |
| 247 | + |
| 248 | + |
| 249 | + |
| 250 | + |
| 251 | + |
244 | 252 |
|
245 |
| - |
| 253 | + |
| 254 | + |
246 | 255 |
|
247 | 256 |
|
248 | 257 |
|
|
cores/esp8266/LwipDhcpServer-NonOS.cpp
Copy file name to clipboardExpand all lines: cores/esp8266/LwipDhcpServer-NonOS.cpp+3-4Lines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 |
| - |
| 26 | + |
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
| ||
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
38 |
| - |
39 |
| - |
| 38 | + |
40 | 39 |
|
41 | 40 |
|
42 | 41 |
|
| ||
61 | 60 |
|
62 | 61 |
|
63 | 62 |
|
64 |
| - |
| 63 | + |
0 commit comments