Commit Graph

9966 Commits

Author SHA1 Message Date
s-hadinger
7c7b39051e
Berry 'light.get()' direct access to values (#24033) 2025-10-20 13:35:55 +02:00
Theo Arends
efca3b86b6 Fix InfluxDb receives IPAddress as a value regression from v15.0.1.3 (#24031) 2025-10-19 15:44:27 +02:00
s-hadinger
9011e9a69e
LVGL library from v9.3.0 to v9.4.0 (#24028) 2025-10-18 12:32:57 +02:00
s-hadinger
0c625b0860
Berry make LVGL Panel and Led Panel compatible with VPN (#24016) 2025-10-15 17:03:39 +02:00
s-hadinger
7a06aa2cfe
Berry add 'cb.free_cb' for extension manager (#24014) 2025-10-14 19:26:45 +02:00
s-hadinger
b04557928c
TLS enabled ECDSA by default for ESP8266 (#24009) 2025-10-13 20:05:01 +02:00
s-hadinger
f6a488a84c
TLS fix ECDSA and add 'SetOption165 1' to enable ECDSA in addition to RSA (#24000) 2025-10-11 19:15:41 +02:00
Theo Arends
774b01fdcd Bump version v15.1.0.1 2025-10-11 15:54:43 +02:00
s-hadinger
e63dbcaa3f
Berry fixed 'be_top is non zero' when Br command fails (#23990) 2025-10-09 08:17:47 +02:00
Theo Arends
bd0d7d0ac3 Remove pre-production extensions 2025-10-08 17:24:21 +02:00
s-hadinger
0b891392b1
Berry animation native frame_buffer and optimization (#23986) 2025-10-07 22:09:45 +02:00
Theo Arends
217bc7e3a5 Fix Timers HTML 2025-10-05 17:06:03 +02:00
Christian Baars
20566dd1dc
mi32 refactor web UI (#23979) 2025-10-05 10:59:14 +02:00
Theo Arends
31cc26e418 Update and Add extension 2025-10-03 14:24:05 +02:00
Theo Arends
a916e498fa Bump version v15.0.1.5
- ESP8266 platform update from 2025.09.00 to 2025.10.00 (#23971)
- ESP32 Platform from 2025.09.30 to 2025.10.30, Framework (Arduino Core) from v3.1.3.250808 to v3.1.4 and IDF from v5.3.3.250801 to v5.3.4.250826 (#23971)
2025-10-02 17:10:20 +02:00
Theo Arends
e851d23ce5 Add Berry Devices Online Extension App 2025-09-30 16:13:07 +02:00
Theo Arends
7d1d437cef Fix "be_top is non zero=2" error/warning 2025-09-29 15:04:25 +02:00
s-hadinger
0db260a242
Berry animation framework web ui to compile DSL (#23962) 2025-09-28 23:01:28 +02:00
Adem Beyaz
d44a6c5616
replace break with continue in MPU_6050Detect() (#23956) 2025-09-28 20:37:19 +02:00
Theo Arends
7d74c6050b Make GUI Timer parameters mobile phone friendly (#23959) 2025-09-28 18:06:11 +02:00
s-hadinger
f2006566d7
Extension Manager, replacing loading of Partition Wizard (#23955) 2025-09-27 17:20:34 +02:00
Theo Arends
8a5a12b48d Add version with sort on column 2025-09-27 17:08:31 +02:00
Theo Arends
31e2c9e497 Fix hostname regression 2025-09-27 11:47:01 +02:00
s-hadinger
6325a9fb44
Berry add argument to werbserver.content_send_style (#23953) 2025-09-27 10:21:39 +02:00
Theo Arends
80f27d9cfc Relax message as it seems to be recoverable 2025-09-26 16:51:09 +02:00
Theo Arends
e479eeff3d Add headers to statedata_v4.be 2025-09-26 15:37:51 +02:00
Theo Arends
c25a439e57 Fix statedata_v4 ip address persistence 2025-09-26 15:02:17 +02:00
Theo Arends
d6a7939a58 Add another statedata example 2025-09-26 14:22:42 +02:00
Theo Arends
95a85e9886 Berry statedata fix non-printable delimiter 2025-09-26 11:30:51 +02:00
s-hadinger
53ec08cc18
Berry animation fix dsl (#23950)
* Berry animation fixes

* Berry animation fix dsl
2025-09-25 22:26:17 +02:00
Theo Arends
e5cd43010a Another example with live user control of displaying devicename and/or version 2025-09-25 16:27:19 +02:00
Theo Arends
381717a568 Fix Tasmota Discovery DeviceName Escape (#23941) 2025-09-24 17:21:47 +02:00
Theo Arends
bf9ec03d55 Merge branch 'development' of https://github.com/arendst/Tasmota into development 2025-09-24 17:04:29 +02:00
Theo Arends
c901fa0832 Fix examples remove uniqueness 2025-09-24 17:04:25 +02:00
Christian Baars
4af60debf5
house keeping, save 100 bytes (#23945) 2025-09-24 16:22:55 +02:00
Theo Arends
0d7c9439c0 Add berry example showing devicename too (#23941) 2025-09-24 16:06:35 +02:00
SteWers
fc789eb6b6
Fix shutter restart (#23939) 2025-09-23 14:28:54 +02:00
s-hadinger
c95063a56b
Berry extension manager (#23940) 2025-09-22 22:32:03 +02:00
Christian Baars
9d39901967
add Berry module: Matrix (#23935)
* add Berry module Matrix

* change class name to pixmat
2025-09-22 17:03:53 +02:00
Theo Arends
b6edea6fcf Fix IOS compilation 2025-09-22 11:24:57 +02:00
SteWers
ec6e1dd2a6
Optimize WiFi strength indicator (#23924)
* Optimize WiFi strength indicator

- Simplify `WifiGetRssiAsQuality`
- Make WiFi strength indicator in web status line color independent
- Correct count of visible bars in strength indicator
- Save flash space (64 bytes; with WiFi status line 80 bytes)
- Highlight connected SSID/AP in settings with compiler option `USE_HIGHLIGHT_CONNECTED_AP` (needs additional 256 bytes)

* Change format of RSSI display
2025-09-21 15:26:03 +02:00
gemu
40bf796ef3
fix Ecotracker emulation (#23926) 2025-09-20 10:53:21 +02:00
Jason2866
96c9c9788b
Fix Linker error with latest esp-hosted-mcu version (#23922)
* fix compile / weird linker error
2025-09-19 14:48:42 +02:00
Christian Baars
514c444cce
I2S: web radio - fix not happening reconnect (#23916) 2025-09-16 20:47:20 +02:00
Theo Arends
8d9b885270 Change M5Stack CoreS3 display.ini to use SPI1
- together with template change allows ethernet to work when display is disabled
2025-09-15 16:54:39 +02:00
Theo Arends
028b917abd Add M5Stack CoreS3 support 2025-09-14 16:27:13 +02:00
Theo Arends
56f5d3219a Add low uptime color (to find latest restarted device) 2025-09-12 15:36:32 +02:00
stefanbode
7315b06969
Bug + new option to set shutterposition (#23893)
* Bugfix + new ShutterSetPosition

Regression on Pulsetime
New function to set Position at any time without moving

* Update i18n.h

Added new option
2025-09-10 11:47:34 +02:00
Theo Arends
1fadb7e732 Bump version v15.0.1.4 2025-09-08 16:23:51 +02:00
Theo Arends
1e4dd48873 Fix HTML5 spacing 2025-09-08 11:36:17 +02:00