Commit graph

3228 commits

Author SHA1 Message Date
Jan Procházka
a7e2e64c5b
Apply suggestions from code review
Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com>
2024-12-13 17:07:08 +01:00
pre-commit-ci-lite[bot]
faed832298
ci(pre-commit): Apply automatic fixes 2024-12-13 14:34:24 +00:00
pre-commit-ci-lite[bot]
8b77d91b69
ci(pre-commit): Apply automatic fixes 2024-12-13 13:45:07 +00:00
Marcos Del Sol Vives
c562aeceda
Update libraries/WebServer/src/Parsing.cpp
Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com>
2024-12-13 14:32:32 +01:00
Me No Dev
740fc0b78e
Merge pull request #10725 from mathieucarbou/issue-10526
fix(sntp): Lock / Unlock LWIP if CONFIG_LWIP_TCPIP_CORE_LOCKING is set
2024-12-13 15:31:47 +02:00
Jan Procházka
57339ba58c feat(zigbee): Update keywords.txt with co2 sensor 2024-12-13 14:27:04 +01:00
Jan Procházka
b72e8669df fix(zigbee): mention Carbon dioxide delta reporting is not supported 2024-12-13 14:15:08 +01:00
Jan Procházka
44e1559830 feat(zigbee): Add carbon dioxide sensor ed 2024-12-13 11:47:28 +01:00
Jan Procházka
ce9a34db9a fix(zigbee): Update example + pressure unit 2024-12-13 11:13:28 +01:00
Mathieu Carbou
71396de822
fix(sntp): Lock / Unlock LWIP if CONFIG_LWIP_TCPIP_CORE_LOCKING is set
- Fixes: #10526
- Completes old PR #10529
2024-12-13 09:09:09 +01:00
Marcos Del Sol Vives
784ef0f286
fix(webserver): Cap size of last chunk in raw read in WebServer
Before, the raw read would time out if the content length was not a multiple
of HTTP_RAW_BUFLEN, as it tried to read HTTP_RAW_BUFLEN bytes even if the
last chunk should actually contain less.
2024-12-13 03:08:16 +01:00
github-actions[bot]
7dc1c92813 change(tools): Push generated binaries to PR 2024-12-12 20:45:05 +00:00
Me No Dev
7205ee81ac
Merge pull request #10718 from espressif/change/esptool
change(esptool): Bump esptool version and fix deprecation warning
2024-12-12 22:43:37 +02:00
github-actions[bot]
c6ec112054 change(tools): Push generated binaries to PR 2024-12-12 16:25:55 +00:00
pre-commit-ci-lite[bot]
8f0f46fe54
ci(pre-commit): Apply automatic fixes 2024-12-12 16:24:21 +00:00
Rodrigo Garcia
c126f017f8
Merge branch 'release/v3.1.x' into matter_plugin 2024-12-12 13:11:42 -03:00
Rodrigo Garcia
c310c1ade4 feat(matter): adds matter on off plugin endpoint 2024-12-12 13:05:35 -03:00
Rodrigo Garcia
e060b02328
feat(matter): adds new Matter Occupancy Sensor endpoint (#10717)
* feat(matter): adds matter occupancy sensor endpoint
2024-12-12 12:49:10 -03:00
Jan Procházka
b64b8500cb feat(zigbee): Fill the keywords.txt 2024-12-12 15:27:53 +01:00
Jan Procházka
5e7139b8fe fix(cmake): Update CMakeLists.txt 2024-12-12 15:19:31 +01:00
Jan Procházka
b4d7227068 fix(zigbee): Fix functions comment 2024-12-12 15:18:01 +01:00
Jan Procházka
aef691e0e2 fix(example): use correct print format 2024-12-12 15:15:33 +01:00
Jan Procházka
77df256f5d feat(zigbee): Add pressure, flow and occupancy sensor 2024-12-12 15:07:31 +01:00
pre-commit-ci-lite[bot]
4cf0f20129
ci(pre-commit): Apply automatic fixes 2024-12-12 13:43:48 +00:00
Me No Dev
a4f96e9280
Merge pull request #10719 from espressif/idf-release/v5.3
IDF release/v5.3
2024-12-12 15:10:56 +02:00
Rodrigo Garcia
3bf8f23e48
fix(matter): removed commentary that has no code related 2024-12-12 10:03:45 -03:00
me-no-dev
217eec6e1e IDF release/v5.3 083aad99 2024-12-12 09:41:07 +00:00
github-actions[bot]
c8f23ec65d change(tools): Push generated binaries to PR 2024-12-11 23:03:22 +00:00
Lucas Saavedra Vaz
b9a0122f7b
fix(get): Fix deprecation warning 2024-12-11 20:01:51 -03:00
Lucas Saavedra Vaz
d072cdd41f
change(esptool): Bump to version 4.9.dev3 2024-12-11 19:50:49 -03:00
Rodrigo Garcia
e17900b02a feat(matter): adds matter occupancy sensor endpoint 2024-12-11 15:57:54 -03:00
Me No Dev
a1f58ad2c8
Merge branch 'master' into release/v3.1.x 2024-12-11 20:39:53 +02:00
Me No Dev
fb6e977aa8
Merge pull request #10715 from SuGlider/remove_while_not_serial_in_examples
feat(arduino): remove all while(not serial) in examples
2024-12-11 20:39:37 +02:00
Me No Dev
59d51de642
Merge pull request #10677 from kvp1703/fix/wifi_provision
fix: Split provisioning into two parts for better synchronization
2024-12-11 16:13:00 +02:00
Rodrigo Garcia
029a57ff36
Merge branch 'master' into remove_while_not_serial_in_examples 2024-12-11 11:07:32 -03:00
Me No Dev
d55160c2fe
Merge pull request #10712 from SuGlider/matter_contact_sensor
feat(matter): creates a Matter Contact Sensor Endpoint
2024-12-11 15:59:52 +02:00
pre-commit-ci-lite[bot]
4ecfd35ec6
ci(pre-commit): Apply automatic fixes 2024-12-11 13:52:12 +00:00
Me No Dev
237523ee2b
Merge pull request #10699 from yellobyte/master
feat(board): Add custom boards YB-ESP32-S3-AMP-V2 & YB-ESP32-S3-AMP-V3
2024-12-11 15:49:22 +02:00
Me No Dev
83165f3494
Merge pull request #10704 from P-R-O-C-H-Y/fix/zigbee-rejoin-battery-powered
fix(zigbee): Fix rejoin issue for battery powered devices
2024-12-11 15:45:40 +02:00
pre-commit-ci-lite[bot]
9c169fac8b
ci(pre-commit): Apply automatic fixes 2024-12-11 13:43:04 +00:00
Me No Dev
c3ddcd74d4
Merge pull request #10713 from P-R-O-C-H-Y/fix/sdmmc-esp32-define
fix(SDMMC): Remove need for BOARD_HAS_SDMMC for esp32
2024-12-11 15:42:56 +02:00
Me No Dev
2bd1ec4394
Merge branch 'release/v3.1.x' into matter_contact_sensor 2024-12-11 15:42:18 +02:00
Me No Dev
639a08eb20
Merge pull request #10710 from SuGlider/matter_pressure_sensor
feat(matter): adds a Pressure Sensor Matter Endpoint
2024-12-11 15:40:44 +02:00
Me No Dev
626a09f8ea
Merge pull request #10711 from espressif/idf-release/v5.3
IDF release/v5.3
2024-12-11 15:40:25 +02:00
Me No Dev
7e908be100
Merge pull request #10708 from espressif/ci/remove_pio_tests
Co-authored-by: Rodrigo Garcia <rodrigo.garcia@espressif.com>
2024-12-11 15:40:08 +02:00
Rodrigo Garcia
68cafb460d feat(arduino): remove all while(not serial) in examples 2024-12-11 10:35:46 -03:00
Jan Procházka
3a8d4c5244 fix(example): Use Serial in printBoundDevices() 2024-12-11 14:35:32 +01:00
pre-commit-ci-lite[bot]
8cbc395122
ci(pre-commit): Apply automatic fixes 2024-12-11 13:30:13 +00:00
me-no-dev
dfa732419b IDF release/v5.3 083aad99 2024-12-11 12:35:59 +00:00
pre-commit-ci-lite[bot]
56a9b1d123
ci(pre-commit): Apply automatic fixes 2024-12-11 12:25:13 +00:00