File tree
130 files changed
+3990
-1372
lines changed- .github
- ISSUE_TEMPLATE
- workflows
- cores/esp32
- docs
- en
- third_party
- libraries
- ArduinoOTA
- AsyncUDP
- src
- BLE
- BluetoothSerial
- DNSServer
- EEPROM
- ESP32
- examples/Camera/CameraWebServer
- ESP_I2S
- src
- ESP_NOW
- ESP_SR
- ESPmDNS
- examples/mDNS-SD_Extended
- src
- Ethernet
- FFat
- FS
- HTTPClient
- HTTPUpdate
- HTTPUpdateServer
- Insights
- LittleFS
- Matter
- examples
- MatterMinimum
- MatterTemperatureSensor
- MatterThermostat
- src
- MatterEndpoints
- NetBIOS
- Network
- src
- NetworkClientSecure
- OpenThread
- PPP
- Preferences
- RainMaker
- SD
- SD_MMC
- SPI
- SPIFFS
- SimpleBLE
- TFLiteMicro
- Ticker
- USB
- Update
- WebServer
- examples
- Middleware
- PathArgServer
- UploadHugeFile
- src
- detail
- middleware
- WiFi
- WiFiProv
- Wire
- Zigbee
- examples/Zigbee_On_Off_Switch
- src
- ep
- package
- tools/partitions
- variants
- adafruit_sparklemotion_esp32
- adafruit_sparklemotionmini_esp32
- huidu_hd_wf2
- huidu_hd_wf4
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
130 files changed
+3990
-1372
lines changedDiff for: .github/ISSUE_TEMPLATE/config.yml
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
5 |
| - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
|
Diff for: .github/workflows/dangerjs.yml
+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 |
| |
24 | 27 |
|
+5-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
8 | 11 |
| |
9 | 12 |
| |
10 | 13 |
| |
| |||
44 | 47 |
| |
45 | 48 |
| |
46 | 49 |
| |
47 |
| - | |
| 50 | + | |
48 | 51 |
| |
49 | 52 |
| |
50 | 53 |
| |
|
Diff for: CMakeLists.txt
+6-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
181 | 181 |
| |
182 | 182 |
| |
183 | 183 |
| |
| 184 | + | |
184 | 185 |
| |
185 | 186 |
| |
186 | 187 |
| |
| |||
242 | 243 |
| |
243 | 244 |
| |
244 | 245 |
| |
245 |
| - | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
246 | 251 |
| |
247 | 252 |
| |
248 | 253 |
| |
|
Diff for: README.md
+3-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
9 | 11 |
| |
10 | 12 |
| |
11 | 13 |
| |
|
Diff for: boards.txt
+598
Large diffs are not rendered by default.
Diff for: cores/esp32/Arduino.h
+4-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
37 | 36 |
| |
38 | 37 |
| |
39 | 38 |
| |
40 | 39 |
| |
41 | 40 |
| |
42 | 41 |
| |
43 | 42 |
| |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
44 | 47 |
| |
45 | 48 |
| |
46 | 49 |
| |
| |||
248 | 251 |
| |
249 | 252 |
| |
250 | 253 |
| |
251 |
| - | |
252 |
| - | |
253 |
| - | |
254 |
| - | |
255 | 254 |
|
Diff for: cores/esp32/Client.h
-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
30 | 29 |
| |
31 |
| - | |
32 | 30 |
| |
33 | 31 |
| |
34 | 32 |
| |
|
Diff for: cores/esp32/FirmwareMSC.cpp
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
23 | 22 |
| |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
|
Diff for: cores/esp32/esp32-hal-gpio.h
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
| 27 | + | |
27 | 28 |
| |
28 | 29 |
| |
29 |
| - | |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
|
Diff for: cores/esp32/esp_arduino_version.h
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
|
Diff for: docs/en/getting_started.rst
+5-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
105 |
| - | |
| 105 | + | |
| 106 | + | |
106 | 107 |
| |
107 | 108 |
| |
108 | 109 |
| |
| |||
148 | 149 |
| |
149 | 150 |
| |
150 | 151 |
| |
| 152 | + | |
151 | 153 |
| |
152 | 154 |
| |
153 | 155 |
| |
154 | 156 |
| |
155 | 157 |
| |
156 |
| - | |
| 158 | + | |
157 | 159 |
| |
158 |
| - | |
| 160 | + | |
159 | 161 |
|
Diff for: docs/en/index.rst
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| 19 | + | |
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
|
Diff for: docs/en/third_party/pioarduino.rst
+14
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + |
Diff for: docs/en/third_party/wokwi.rst
+42
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 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 | + |
Diff for: docs/en/third_party_tools.rst
+16
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + |
Diff for: docs/requirements.txt
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + |
Diff for: libraries/ArduinoOTA/library.properties
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
|
Diff for: libraries/AsyncUDP/library.properties
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
|
Diff for: libraries/AsyncUDP/src/AsyncUDP.cpp
+20-12
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
601 | 601 |
| |
602 | 602 |
| |
603 | 603 |
| |
| 604 | + | |
604 | 605 |
| |
605 | 606 |
| |
606 | 607 |
| |
607 | 608 |
| |
608 | 609 |
| |
609 |
| - | |
| 610 | + | |
610 | 611 |
| |
611 | 612 |
| |
612 | 613 |
| |
613 |
| - | |
| 614 | + | |
614 | 615 |
| |
615 | 616 |
| |
616 | 617 |
| |
617 | 618 |
| |
618 | 619 |
| |
619 |
| - | |
| 620 | + | |
620 | 621 |
| |
621 | 622 |
| |
622 | 623 |
| |
623 |
| - | |
| 624 | + | |
624 | 625 |
| |
625 | 626 |
| |
626 | 627 |
| |
627 | 628 |
| |
628 | 629 |
| |
629 | 630 |
| |
630 |
| - | |
| 631 | + | |
631 | 632 |
| |
632 | 633 |
| |
633 | 634 |
| |
634 |
| - | |
| 635 | + | |
635 | 636 |
| |
636 | 637 |
| |
637 | 638 |
| |
| 639 | + | |
638 | 640 |
| |
| 641 | + | |
639 | 642 |
| |
640 | 643 |
| |
641 | 644 |
| |
642 | 645 |
| |
643 |
| - | |
| 646 | + | |
644 | 647 |
| |
645 | 648 |
| |
646 | 649 |
| |
647 |
| - | |
| 650 | + | |
648 | 651 |
| |
649 | 652 |
| |
650 | 653 |
| |
651 | 654 |
| |
652 | 655 |
| |
653 |
| - | |
| 656 | + | |
654 | 657 |
| |
655 | 658 |
| |
656 | 659 |
| |
657 |
| - | |
| 660 | + | |
658 | 661 |
| |
659 | 662 |
| |
660 | 663 |
| |
661 | 664 |
| |
662 | 665 |
| |
663 | 666 |
| |
664 |
| - | |
| 667 | + | |
665 | 668 |
| |
666 | 669 |
| |
667 | 670 |
| |
668 |
| - | |
| 671 | + | |
669 | 672 |
| |
670 | 673 |
| |
671 | 674 |
| |
| 675 | + | |
672 | 676 |
| |
673 | 677 |
| |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
674 | 682 |
| |
675 | 683 |
| |
676 | 684 |
| |
|
Diff for: libraries/BLE/library.properties
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
|
Diff for: libraries/DNSServer/library.properties
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
|
Diff for: libraries/EEPROM/library.properties
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
|
0 commit comments