Theo Arends
8311bff7ee
Fix Webcam compilation with `define USE_WEBCAM` but without `define ENABLE_RTSPSERVER` ( #22686 )
2024-12-20 11:07:52 +01:00
s-hadinger
fde529fac4
Berry fix walrus operator ( #22685 )
2024-12-19 21:46:16 +01:00
Theo Arends
af724a6149
Merge branch 'development' of https://github.com/arendst/Tasmota into development
2024-12-19 17:57:51 +01:00
Theo Arends
0d9ce6de12
Update changelogs
2024-12-19 17:57:39 +01:00
s-hadinger
df79533611
Solidified Code updated
2024-12-19 16:55:11 +00:00
s-hadinger
e4ff66192f
Berry Zigbee fix attributes ( #22684 )
2024-12-19 17:48:35 +01:00
md5sum-as
9b6dc1f0f1
my_user_config add info for HLK-LD2410 HLK-LD2410S and remove trailing spaces ( #22670 )
...
* my_user_config add info for HLK-LD2410 HLK-LD2410S
* Update tasmota/my_user_config.h
Co-authored-by: Erik Kunze <eku@users.noreply.github.com>
---------
Co-authored-by: a.spirenkov@vk.team <a.spirenkov@vk.team>
Co-authored-by: Erik Kunze <eku@users.noreply.github.com>
2024-12-19 16:41:42 +01:00
TheChatty
2d3a049e59
display.ini for ideaspark ESP32 module with 170x320 diplay ( #22678 )
2024-12-19 12:18:19 +01:00
s-hadinger
b7da75da30
Solidified Code updated
2024-12-18 21:50:00 +00:00
s-hadinger
db29cb7152
Berry `animate.crenel` primitive ( #22673 )
2024-12-18 22:43:08 +01:00
s-hadinger
97b375fd57
TLS fix ecdsa fingerprint
2024-12-16 22:31:01 +01:00
Theo Arends
2c3785c1c6
Add comments and some default defines
2024-12-16 14:57:16 +01:00
s-hadinger
69d3fc1003
TLS disable ECDSA for MQTT to ensure we don't break fingerprints after #22649 ( #22656 )
2024-12-15 19:43:51 +01:00
Theo Arends
90e0595b7f
Change ESP32 disable PSRAM check (and on restart some relay toggles) with `#define DISABLE_PSRAMCHECK` ( #21266 )
2024-12-15 17:36:37 +01:00
Theo Arends
fba6a806ac
Add command ``SetOption163 1`` to disable display of Device name in GUI header
2024-12-15 16:23:44 +01:00
Theo Arends
ef7b2404d4
Add command ``SetOption163 1`` to disable display of Device name in GUI header
2024-12-15 16:21:17 +01:00
Theo Arends
6468b6edcd
Add command ``SetOption163 1`` to disable display of Device name in GUI header
2024-12-15 16:18:45 +01:00
Theo Arends
c40b707b76
Remove obsolete display stubs
2024-12-15 15:52:46 +01:00
Theo Arends
af3bb96a2a
Bump version v14.4.1.1
2024-12-15 15:14:37 +01:00
Theo Arends
da7473e07c
save a few bytes
2024-12-15 14:10:06 +01:00
Theo Arends
b0c505d171
Fix display model
2024-12-15 12:38:26 +01:00
Theo Arends
6fbf8c58f7
Fix GUI timing related divide by zero exception
2024-12-15 12:33:43 +01:00
Theo Arends
b3b9699782
Display related fixes
...
- CHange Display removed PWM control of backlight GPIO for universal display regression from v14.1.0
- Fix Display DisplayMode adds a display device while not configured
- Fix GUI intermittent exception on screen updates due to flash access
2024-12-15 00:32:51 +01:00
s-hadinger
615c6763f6
Tls ecdsa ( #22649 )
...
* TLS add support for ECDSA on ESP32
* Reduce size for ESP8266
2024-12-14 22:39:45 +01:00
Theo Arends
7cd0908c89
Update changelogs
2024-12-14 16:39:15 +01:00
Theo Arends
bd6e7d220d
Add MCP23xxx ODR control over interrupt type
2024-12-14 15:41:59 +01:00
Ryan Castellucci
8d1b4094db
clean up remnents of old fingerprint algo ( #22645 )
2024-12-14 15:35:14 +01:00
s-hadinger
67ae7c2fe1
Berry make Leds animate calls reentrant ( #22643 )
2024-12-14 15:21:30 +01:00
Theo Arends
5294b99ba7
Fix MCP23xxx, PCF8574 and Shift595 power control when a display is configured regression from v14.3.0.7
2024-12-14 14:31:16 +01:00
Theo Arends
53e2fab34c
Fix MCP23XXX driver open-drain interrupt
2024-12-13 17:20:36 +01:00
Theo Arends
ab5208d216
Refactor GUI
2024-12-13 15:06:14 +01:00
Theo Arends
f135f46990
Fix more GUI issues
2024-12-13 11:55:45 +01:00
Theo Arends
9650d0f1ef
Fix GUI display power button regression from v14.3.0.5 ( #15788 )
2024-12-13 00:17:25 +01:00
s-hadinger
7834dbf6b6
Berry Leds fix and cleaning ( #22640 )
2024-12-12 20:55:29 +01:00
TheHexaMaster
1099babb16
Create ST7701_480x480_WS_4inch.ini ( #22638 )
...
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.
2024-12-12 18:37:23 +01:00
sfromis
3e3b568aeb
Update my_user_config.h WebColor ( #22639 )
...
Aligned comments for WebColor with the standard themes on the WebUI docs page, and replaced tabs by spaces for consistent formatting.
2024-12-12 18:28:12 +01:00
Theo Arends
620fade73c
Fix ESP32 rules operation priority regression from v13.3.0.4 ( #22636 )
2024-12-12 15:34:43 +01:00
Christian Baars
6268066bac
make regex more flexible for different quotation marks ( #22629 )
2024-12-12 11:21:47 +01:00
Theo Arends
dc7cb05cab
Add MCP23XXX_DRV control register IOCON in template ( #22622 )
2024-12-11 17:43:56 +01:00
Theo Arends
d08aafd3fb
Update version
2024-12-11 11:11:20 +01:00
Theo Arends
ee3fbdf4e0
Bump version v14.4.0.1
2024-12-11 11:10:37 +01:00
Theo Arends
4008a4e5e6
Move debug message to debug_more
2024-12-10 16:36:22 +01:00
Theo Arends
3c51793d5c
Reduce stack usage
2024-12-10 11:39:37 +01:00
s-hadinger
bdf880cf84
Improved auto-selection of LED hardware support (RMT, SPI) ( #22618 )
2024-12-09 23:22:52 +01:00
s-hadinger
c1834bd898
WS2812 remove waits for RMT and SPI ( #22617 )
2024-12-09 22:45:23 +01:00
s-hadinger
a12c934a4b
Rename Matter configuration menu ( #22615 )
2024-12-09 21:12:02 +01:00
Theo Arends
71dfae2d9d
Fix ESP8266 Device Group exception due to lack of stack space ( #22271 )
2024-12-09 15:16:30 +01:00
Theo Arends
23e5a4dec2
Change RG-15 sensor name from RG-15 to RG15 ( #22612 )
2024-12-09 11:17:04 +01:00
SteWers
09f0b89ab0
Language improvements ( #22607 )
...
Some language improvements
2024-12-08 21:19:01 +01:00
Theo Arends
d6c1617fc5
Skip code not needed on single phase
2024-12-08 14:43:48 +01:00