mrkev-gh
b472e821cf
Use 75% of the buffer for speeds higher than 115200 ( #22774 )
...
Higher speeds need larger buffer. Processing takes longer, so let's put the threshold at
75% of the buffer size to have some headroom. E.g. for 1Mbit with 2.5KB buffer 2048 characters
would be roughly still around 20ms, and reserve additional 512 chars / 5ms to handle the
buffer after the threshold is reached
Co-authored-by: mrkev-gh <mrkev-gh@users.noreply.github.com>
2025-01-06 11:34:06 +01:00
Christian Baars
17ab5a5e83
fix missing button when turning on BLE ( #22770 )
2025-01-05 19:14:59 +01:00
Theo Arends
2263305bee
Add berry TWAI example
2025-01-05 15:17:43 +01:00
Theo Arends
0d0b9de474
Update changelogs
2025-01-05 13:47:29 +01:00
s-hadinger
77d98868bf
Berry add 'bytes().appendhex()' ( #22767 )
2025-01-05 13:12:39 +01:00
s-hadinger
a5610eea09
Berry async_webserver improvement ( #22766 )
2025-01-04 19:17:13 +01:00
s-hadinger
bd7e47139c
Berry add light_pixels values to 'tasmota.settings' ( #22762 )
...
* Berry add light_pixels values to 'tasmota.settings'
* fix compilation
2025-01-04 12:24:38 +01:00
s-hadinger
c084719b0e
Berry allow 'bytes().append(nil)' ( #22758 )
2025-01-03 15:14:29 +01:00
Theo Arends
124f55ca70
Update changelogs
2025-01-03 10:37:18 +01:00
s-hadinger
50f0f8a651
Expand 'Pixels' with reverse, height and alternate ( #22755 )
2025-01-03 08:24:49 +01:00
s-hadinger
64a2fe8aee
TasmotaLED change dynamically the number of pixels ( #22754 )
...
* TasmotaLED change dynamically the number of pixels
* fix compilation
2025-01-02 22:30:19 +01:00
Norbert
ed7b58291a
Fix rule example as part of the comment. ( #22753 )
...
Update xsns_90_hrg15.ino
2025-01-02 20:51:52 +01:00
Theo Arends
aafe528682
Enable ESP32 TWAI in default binary
2025-01-02 12:44:49 +01:00
Theo Arends
d5d757fd3d
Fix shutter discovery message regression from v14.4.1 ( #22730 )
2025-01-02 12:13:06 +01:00
s-hadinger
b5c326d772
Berry Leds update comments ( #22748 )
2025-01-02 10:44:39 +01:00
Theo Arends
884e795dff
Fix TWAI extended identifier support
2025-01-01 15:48:02 +01:00
Theo Arends
8fa33ff4da
Update changelogs
2025-01-01 14:33:05 +01:00
Mark Ruys
a2752bf500
Support S88 sensor ( #22733 )
...
* Support S88 sensor
Also:
- More stable model detection
- More robust against errors
- Better logging
* Support S88
2025-01-01 14:26:29 +01:00
anishsane
01154e9497
Add Webcam stats as sensors. (Can be used in home assistant.) ( #22744 )
2025-01-01 14:21:48 +01:00
Theo Arends
1a482364bc
Add support for ESP32 Two-Wire Automotive Interface (TWAI) or Controller Area Network (CAN) busses
...
- Bump version V14.4.1.2
2025-01-01 14:14:23 +01:00
Ryan Castellucci
5f95b33220
reduce false positive chirp sensor detection ( #22736 )
2024-12-30 10:21:11 +01:00
Ryan Castellucci
dc531de02b
auto compress updated html ( #22738 )
2024-12-29 22:27:10 +01:00
Ryan Castellucci
a1aef6b39f
improved zopfli compression ( #22737 )
2024-12-29 20:47:12 +01:00
Theo Arends
02225ea7c4
Refactor TWAI driver
2024-12-29 17:07:05 +01:00
Theo Arends
2d2c732e2e
Create xdrv_91_esp32_twai.ino
2024-12-28 17:46:15 +01:00
Theo Arends
9fb8065fac
Update changelogs
2024-12-28 14:37:20 +01:00
TheHexaMaster
1ad89ccb3e
PCF85063 RTC Chip Support ( #22727 )
...
* Create ST7701_480x480_WS_4inch.ini
Display driver for 4inch display with ST7701 driver and GT911 touch driver including correct pinout and correct init process trought SPI. Used in WaveShare ESP32-S3-4inch display board.
* Update xdrv_56_rtc_chips.ino
Added support for PCF85063 RTC Chip.
* Update my_user_config.h
Added PCF85063 RTC support
* Update I2CDEVICES.md
Added PCF85063 RTC support
2024-12-28 14:30:16 +01:00
s-hadinger
de3a7f3909
Solidified Code updated
2024-12-27 17:10:34 +00:00
s-hadinger
17924392fa
Berry leds improve reuse of buffer ( #22726 )
2024-12-27 18:00:25 +01:00
s-hadinger
f4d0606d06
Berry fix typo ( #22725 )
2024-12-27 17:56:39 +01:00
Theo Arends
6d5a33772c
Update changelogs
2024-12-27 16:09:03 +01:00
s-hadinger
d1a7d70ca0
Berry driver for M5Stack 8encoder ( #22724 )
2024-12-27 15:36:18 +01:00
s-hadinger
7f8f61423a
Berry 'tasmota.int(v, min, max)' function fix behavior ( #22723 )
...
* Berry 'tasmota.int(v, min, max)' function fix behavior
* fix compilation
2024-12-27 14:34:51 +01:00
s-hadinger
b729886a16
Berry 'tasmota.int(v, min, max)' function ( #22721 )
2024-12-27 11:33:52 +01:00
bovirus
4d3a780eb1
Update Italian language ( #22717 )
2024-12-26 16:20:49 +01:00
s-hadinger
64f0acb0c5
Solidified Code updated
2024-12-26 13:34:21 +00:00
s-hadinger
2143082aa4
Berry rename axp drivers ( #22718 )
...
* Berry rename axp drivers
* fix compilation
2024-12-26 14:33:47 +01:00
Theo Arends
1d244fcd28
Update changelogs
2024-12-25 14:05:18 +01:00
s-hadinger
02ae53cec5
Berry add unicode encoding to string parsing ( #22713 )
2024-12-24 18:03:21 +01:00
Theo Arends
94f3744235
Prep TWAI support
2024-12-24 12:06:50 +01:00
Theo Arends
8a37df10c6
Update changelogs
2024-12-24 11:43:46 +01:00
s-hadinger
2024bf88ac
Berry bit-shift operators to 'int64' ( #22709 )
2024-12-24 09:08:10 +01:00
s-hadinger
fc3ad45836
Matter fix air quality ( #22708 )
...
* HASPmota support for
* Matter fix Air Quality
2024-12-23 18:48:54 +01:00
s-hadinger
4fd3d9465c
HASPmota support for ( #22707 )
2024-12-23 12:35:06 +01:00
Theo Arends
3412761881
Postpone save_data during light animation when fade is Off
2024-12-22 15:29:30 +01:00
s-hadinger
3457d66d1e
LVGL updated ( #22699 )
2024-12-22 10:58:53 +01:00
s-hadinger
3b48a1c16a
HASPmota add 'tag' attribute for free-form JSON ( #22698 )
2024-12-21 23:16:26 +01:00
s-hadinger
27e85809b5
HASPmota use 'roboto.ttf' for automatic sizing of default font ( #22697 )
2024-12-21 22:19:17 +01:00
Christian Baars
f3fcbea6d1
no assertion when adc_config fails ( #22696 )
2024-12-21 18:38:06 +01:00
s-hadinger
f59c1675eb
Solidified Code updated
2024-12-21 17:37:36 +00:00