Jason2866
ad00d9ec5b
Tasmota ESP32 core 2.0.12 ( #19463 )
2023-09-10 13:41:25 +02:00
Theo Arends
0e6a012499
Fix possible MQTT disconnect exception
2023-09-09 23:30:55 +02:00
Theo Arends
f9fd813842
Fix core 2.0.12 exception
2023-09-09 23:04:08 +02:00
s-hadinger
4c6ff44e42
Zigbee fix warnings with Arduino3 ( #19486 )
2023-09-09 15:27:16 +02:00
s-hadinger
f1bd9446d5
Matter events phase 1 ( #19484 )
2023-09-09 14:50:40 +02:00
Paul Blacknell
4cc81f0dbc
Don't reset the MAX17043 battery fuel gauge after waking from Deep Sleep ( #19412 )
...
* fix: don't reset the device when coming out of deep sleep
* fix: move debug log message to inside the device validation
* Update xsns_110_max17043.ino
* add: update global battery percentage when max17043 reports new value
2023-09-09 09:48:30 +02:00
s-hadinger
7726f1eef4
Fix typo in berry mqtt ( #19477 )
2023-09-07 20:44:30 +02:00
s-hadinger
d9acd2adb0
Fix compilation of IRRemoteESP8266 for core3 ( #19473 )
2023-09-06 21:02:46 +02:00
s-hadinger
4100682297
Fix TLS by removing redundant BearSSL code from libmail ( #19472 )
2023-09-06 20:12:59 +02:00
stefanbode
f7775b5194
cosmetic changes only ( #19468 )
...
- reorder functions alphabetically
- reformat equations for better reading following guidelines
- adding comment for understanding
2023-09-06 16:52:40 +02:00
s-hadinger
f4bc7c34c6
Support for IPv6 link-local zones for esp-idf 5.1 ( #19469 )
2023-09-06 14:48:12 +02:00
Theo Arends
1c6db35d96
Update changelogs
2023-09-06 09:50:29 +02:00
stefanbode
3cb63bcb67
Enable multipress events on buttons ( #19465 )
2023-09-06 09:37:29 +02:00
s-hadinger
3cd7950d3b
Enable ESP Mail Client in core 30 ( #19461 )
2023-09-05 12:10:58 +02:00
Christian Baars
a5835450e9
fix shine for gcc12 ( #19458 )
2023-09-05 10:53:51 +02:00
s-hadinger
c2f8821b2f
`Sendmail` upgraded to ESP-Mail-Client v3.4.9 from v1.2.0, using BearSSL instead of MbedTLS ( #19460 )
...
* `Sendmail` upgraded to ESP-Mail-Client v3.4.9 from v1.2.0, using BearSSL instead of MbedTLS
* Fix compilation on ESP8266
* Fix compilation
* fix compilation
2023-09-04 23:00:37 +02:00
stefanbode
1ea12583d1
Fix migration error to filesystem settings ( #19454 )
2023-09-04 21:36:45 +02:00
Jason2866
434da4a62a
enable IPv6 and Matter ( #19456 )
2023-09-04 17:11:53 +02:00
s-hadinger
c6938e2048
Reduce IRAM consumption of HDMI CEC to 1453 bytes ( #19452 )
...
* Reduce IRAM consumption of HDMI CEC to 1453 bytes
* Add changelog
2023-09-03 23:15:33 +02:00
s-hadinger
bb4d99114a
Berry move mapping from C++ to C ( #19450 )
2023-09-03 22:50:03 +02:00
s-hadinger
fe0423c6cd
Berry cleaned udp class ( #19449 )
2023-09-03 21:49:35 +02:00
s-hadinger
a781ba3fc2
Fix compilation on Arduino 3 ( #19447 )
...
* Fix compilation on Arduino 3
* Fix compilation
2023-09-03 19:02:44 +02:00
s-hadinger
4cb8b987a4
Berry move solidified code to C ( #19446 )
2023-09-03 18:30:22 +02:00
s-hadinger
8a514a0758
Berry make mdns compatible with non-IPv6 builds ( #19444 )
2023-09-03 16:18:38 +02:00
bovirus
262c8b421b
Update italian language ( #19442 )
2023-09-03 12:23:48 +02:00
Christian Baars
4f6afbf849
all output parts for I2S and IDF5.1 ( #19440 )
2023-09-02 22:07:20 +02:00
s-hadinger
f4b3574ed4
Berry fast_loop is now called every 5ms whatever the Sleep value ( #19436 )
2023-09-02 11:10:50 +02:00
s-hadinger
f7c4c16a9c
Support for HDMI CEC protocol ( #19434 )
2023-09-01 21:46:18 +02:00
Theo Arends
48cf04db3a
Fixed PCF8574 mode 1
...
- Fixed PCF8574 mode 1 with base relays exception 3/28 regression from v12.4.0.4 (#19408 )
- Bump version v13.1.0.2
2023-08-31 15:15:18 +02:00
stefanbode
2bae1f4368
sorry... ( #19429 )
2023-08-31 10:50:29 +02:00
stefanbode
3301875983
Added compiler option for doubleclick window ( #19428 )
2023-08-31 08:09:25 +02:00
Jason2866
2872e1b379
Build C2/C6 safeboot firmwares in GH Actions ( #19424 )
2023-08-30 18:23:00 +02:00
Jason2866
1e57419e71
Revert "build safeboot bin for C2/C6 ( #19422 )" ( #19423 )
...
This reverts commit f840f51285
.
2023-08-30 16:40:18 +02:00
Jason2866
f840f51285
build safeboot bin for C2/C6 ( #19422 )
...
* build safeboot bin for C2/C6
* add C2/C6 safeboot to CI
* Enable core3 env settings before Pio starts
2023-08-30 16:35:01 +02:00
Theo Arends
ff17a377cc
Allow display of revision v0.0
2023-08-30 16:03:03 +02:00
Theo Arends
62c36a49b3
Add ESP32-C6 GPIO26/28 in template
...
Add ESP32-C6 GPIO26/28 in template as Red pins used by flash (QIO) but optionally free if DIO/DOUT
2023-08-30 15:14:46 +02:00
Christian Baars
8e8e019e0f
expected changes for arduino30 ( #19421 )
2023-08-30 14:17:21 +02:00
Norbert Richter
39083b6add
Fix xdrv_122_file_settings_demo buffer overflow ( #19405 )
2023-08-29 19:53:40 +02:00
Theo Arends
a4cfc414be
Final change to GUI twilight
2023-08-29 19:49:20 +02:00
Jason2866
34a26fea22
More Arduino 3.0 env
2023-08-29 19:15:08 +02:00
Jason2866
4ebcd89b4f
enable more driver for Arduino 3.0
2023-08-29 19:09:06 +02:00
Barbudor
5395b8c4bd
fix and improve pzem_dc ( #19402 )
2023-08-27 22:49:24 +02:00
Theo Arends
23d6c0f5d5
Add twilight info to GUI ( #19334 )
2023-08-27 17:24:33 +02:00
SteWers
dd8b85282a
EnergyMargins - always send MQTT telemetry message ( #19397 )
2023-08-27 10:53:04 +02:00
Theo Arends
3ed1bead44
Update decode-status
2023-08-26 16:20:46 +02:00
Andre H. Beckedorf
8683bc7722
Added passive mode for Sen5x sensor (required for Ike@ Vindstyrka) ( #19388 )
...
* Added a passive mode in sen5x sensor for parasitic installations. This skips reset & initialization of sensor on startup and reduces the polling to every 10 seconds to not interfere with and confuse the other I2C master on the bus, e.g. Ike* Vindstyrka.
* Removed obsolete updateCount. Cleanup.
2023-08-26 16:14:30 +02:00
s-hadinger
ab94b16d8d
Fix IRHVAC crash v2
2023-08-26 15:04:08 +02:00
Theo Arends
d4c1315248
Allow ADE7880 user defines ( #19391 )
2023-08-26 14:50:33 +02:00
Theo Arends
ea6cacd08c
Update changelogs
2023-08-26 11:58:40 +02:00
s-hadinger
4ad3070558
Fix crash in IRHVAC ( #19389 )
2023-08-26 10:17:53 +02:00