-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* IRremoteESP8266 library from v2.8.5 to v2.8.6 (#19212) * ensure minimum interrupt time (#19211) prevent interrupts <30 micro seconds because sometimes see crashes on esp8266. esp32 stop of interrupt >30microseconds and < 105microseconds * Zigbee decode Aqara 0000/FF01 attribute 03 as Temperature (#19210) * Zigbee decode Aqara 0000/FF01 attribute 03 as Temperature * Changed to AqaraTemperature * Four files which used #ifdef EPS8266 instead of #ifdef ESP8266 - which e.g. broke the MFRC522 functionality between 12.5 and 13.x. (#19209) * Auto detect flash size and adjust FS (#349) (#19215) * Reduced log level for TeleInfo (#19216) * unsigned overflow fixed (#19221) fixed overflow on negative value with dimmer 100% * Fix fabric saving exception (#19224) * Berry bytes `get` and `set` work for 3 bytes values (#19225) * Berry bytes `get` and `set` work for 3 bytes values * Fix error message * fix 4MB PIO script upload regression * Matter increased polling frequency for local switches/occupancy (#19242) * Fade would fail when the difference between start and target would be too small (#19246) * Matter support for fabric_filtered request (for Google compatibility) (#19249) * Update changelogs * Integrate MAX17043 driver mechanisms in xsns_110 (#19219) * Fixing SHUTTERINVERT issues (#19243) * fix wrong inverted shutter * fix inverted shutter for esp32 * Update changelogs * Matter support for large atribute responses (#19252) Support for responses (arrays) that do not fit in a single UDP packer Do not remove children fabrics * Matter fix auto-configuration Relay indices (#19255) * Update changelogs * Change console height Change console height from default 318 pixels to viewport (#19241) * Save some more code bytes * add wifitest3 (#19259) * Zigbee Berry minor fix and cleaning (#19257) * Zigbee Berry minor fix and cleaning * Fix compilation * Fix compilation when IPv6 is not supported (#19260) * Fix console min height * Fix console Firefox layout * Change shutterbutton hold behavior with grouptopic (#19263) * skip stop on hold if grouptopic If shutterbutton is defined with a grouptopic send on HOLD, there is no stop on releasing the button. All shutters will move to defined position * do not stop on hold release if group submitt If mqtt broadcast is defined on hold then release the hold button will not anymore stop the local shutter. All shutter will move to defined position * Update ru_RU.h (#19214) * Prepare for Arduino v3 / esp-idf v5 (#19264) * Bump version to v13.0.0.4 * silence flto warning * no IPv6 support (yet) * Prepare for Arduino v3 / esp-idf v5 2nd batch (#19265) (#350) Co-authored-by: s-hadinger <[email protected]> * Fix Arduino 3.0 envs --------- Co-authored-by: s-hadinger <[email protected]> Co-authored-by: stefanbode <[email protected]> Co-authored-by: msedv <[email protected]> Co-authored-by: Theo Arends <[email protected]> Co-authored-by: Vincent de Groot <[email protected]> Co-authored-by: Christian Baars <[email protected]> Co-authored-by: usr44 <[email protected]>
- Loading branch information
1 parent
5164a18
commit 69607c4
Showing
111 changed files
with
5,663 additions
and
6,569 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
lib/lib_basic/IRremoteESP8266/IRremoteESP8266/ReleaseNotes.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
lib/lib_basic/IRremoteESP8266/IRremoteESP8266/library.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.