Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate WiP Arduino 3.0 Tasmota in development branch #19269

Closed
wants to merge 3 commits into from

Conversation

Jason2866
Copy link
Collaborator

Description:

Changes made for Tasmota based on Arduino 3.0 are made backwards compatible to development.

Checklist:

  • The pull request is done against the latest development branch
  • Only relevant files were touched
  • Only one feature/fix was added per PR and the code change compiles without warnings
  • The code change is tested and works with Tasmota core ESP8266 V.2.7.4.9
  • The code change is tested and works with Tasmota core ESP32 V.2.0.11
  • I accept the CLA.

NOTE: The code change must pass CI tests. Your PR cannot be merged unless tests pass

Jason2866 and others added 3 commits July 28, 2023 11:57
* 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 <49731213+s-hadinger@users.noreply.github.com>

* Fix Arduino 3.0 envs

---------

Co-authored-by: s-hadinger <49731213+s-hadinger@users.noreply.github.com>
Co-authored-by: stefanbode <stefan_bode@web.de>
Co-authored-by: msedv <lists@msedv.at>
Co-authored-by: Theo Arends <11044339+arendst@users.noreply.github.com>
Co-authored-by: Vincent de Groot <53112521+Vincent1964@users.noreply.github.com>
Co-authored-by: Christian Baars <baars@klinikum-brandenburg.de>
Co-authored-by: usr44 <140394475+usr44@users.noreply.github.com>
@Jason2866
Copy link
Collaborator Author

Closing using "clean" PR #19270

@Jason2866 Jason2866 closed this Aug 6, 2023
@Jason2866 Jason2866 deleted the WiP_Arduino_300 branch August 6, 2023 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant