jetpax
cfe1cee4d3
Replace brotli compressed file serving with gzip ( #23274 )
...
* Replace brotli compressed file serving with gzip as it is better supported
* Add HTTP_POST support
2025-04-10 23:12:37 +02:00
s-hadinger
2999eed8b9
Berry 'readline' when a line is exactly 98 characters ( #23276 )
2025-04-10 22:57:03 +02:00
s-hadinger
2096411be6
Fix esp_idf_http to make strings 'weak' ( #23256 )
2025-04-06 22:51:38 +02:00
jetpax
929582b1af
Expose esp_http_server to Berry ( #23206 )
...
* Expose esp_http_server to Berry
* Fix conditional build defines
* Fix Berry returns, dangling pointer
* Use correct Berry returns
* Remove debug code
* cleanup
* add BERRY to conditionals to avoid confusion
2025-04-06 22:27:48 +02:00
Thomas Büngener
4ed48feaa2
SML: CRC for binary SML ( #23205 )
...
* SML: CRC for binary SML parsing
* switch algos
* improve errormessage on buffer overflow
* move crc variable to their own struct
* Use Flag bit to disable CRC, auto-detect algorithm,
data in own struct
debug log
* configure and enable/disable via special option "=soC,bufsz,mode", mode 16 autodetect.
* fix 15 vs 0xF
* remove benchmark code
* fix typo in comment
* Byteflip for CRC
2025-04-05 11:22:22 +02:00
s-hadinger
e8baea464f
TLS increase timeout and fix crash ( #23249 )
2025-04-05 00:04:36 +02:00
s-hadinger
b77b622fbe
Berry bytes add 3 ( #23200 )
...
* Berry bytes add with 3 bytes
* add changelog
2025-03-27 22:55:42 +01:00
s-hadinger
f4bb9d98b6
HASPmota improve parsing ( #23192 )
2025-03-26 22:34:12 +01:00
s-hadinger
f331a64ac3
HASPmota autostart when pages.jsonl exists ( #23181 )
2025-03-22 23:23:57 +01:00
Theo Arends
fb6640b91f
Fix ESP32 receive incomplete serial data over 128 bytes ( #23156 )
2025-03-18 15:12:30 +01:00
s-hadinger
c0d15de965
Berry 're.dump()' ( #23162 )
2025-03-17 21:34:59 +01:00
Theo Arends
0ea1f8e632
Change RCSwitch RCSWITCH_SEPARATION_LIMIT from 4100 to 3600
2025-03-17 14:05:38 +01:00
s-hadinger
ce92723c41
Berry update from upstream ( #23159 )
2025-03-17 08:27:03 +01:00
s-hadinger
e1f7ee26fa
Matter prepare for ICD cluster ( #23158 )
2025-03-16 22:38:36 +01:00
s-hadinger
a97d306a16
Berry include changes in 're' to HASPmota ( #23153 )
2025-03-15 18:58:21 +01:00
s-hadinger
1b51aef911
Berry now accepts 'bytes()' as precompiled patterns, added 're.compilebytes()' ( #23149 )
2025-03-13 23:38:55 +01:00
s-hadinger
6486ba3b26
Fix typo of be_set_ctype_func_hanlder ( #23147 )
2025-03-13 17:49:28 +01:00
s-hadinger
f305113d6d
Removed USE_WEBCLIENT and default USE_WEBCLIENT_HTTPS ( #23132 )
2025-03-10 22:37:27 +01:00
s-hadinger
3f93d2deee
Berry remove 'Leds.create_matrix' from the standard library waiting for reimplementation ( #23114 )
2025-03-06 23:11:16 +01:00
s-hadinger
06aa356bc3
Berry load files in '/.extensions/' then in '/' ( #23113 )
2025-03-06 21:15:59 +01:00
s-hadinger
e26a2cdac9
Berry prevent 'import' from hiding a solidified class ( #23112 )
2025-03-06 14:45:34 +01:00
Theo Arends
f2bf8b96e7
Increase rcswitch H/L changes to 64 bits
2025-03-05 12:32:07 +01:00
Jason2866
3c171c1ed8
Compile lib NeopixelBus only for esp8266 ( #23077 )
...
* force mode strict for pixels lib
* Use lib NeoPixelBus only for esp8266
2025-02-27 12:15:20 +01:00
s-hadinger
9a98db9773
Berry 'global.undef()' to undefine a global variable ( #23073 )
2025-02-26 15:30:04 +01:00
s-hadinger
e92e411040
Berry minor fixes to remove warnings ( #23071 )
2025-02-25 22:28:13 +01:00
s-hadinger
aecba92da4
Update be_mapping_utils.c, add final newline to avoid compilation warning
2025-02-25 21:14:09 +01:00
s-hadinger
670fab7ead
Berry 'introspect.solidified()' to know if a Berry object is solidified in Flash or in RAM ( #23063 )
...
* Berry 'introspect.isconst()' to know if a Berry object is solidified or in RAM
* change to solidified
* fix typo
2025-02-24 14:05:58 +01:00
s-hadinger
375864b23b
Berry 'tasmota.when_network_up()' and simplified Matter using it ( #23057 )
2025-02-23 19:19:42 +01:00
s-hadinger
b8459eb685
LVGL Berry fix lvgl_berry_fix_lv_style_prop_arr ( #23042 )
2025-02-21 09:15:03 +01:00
Giuliano Zaro
b1f3d6268d
Allow acl in mqtt when client certificate is in use ( #22998 )
...
* Allow acl in mqtt
Acl in mqtt needs user name if 'use_identity_as_username' is not true. It also seems that login in mqtt don't accept an user with an empty password, then reenabled both
* Add new define for mosquitto
Keep compatibility with AWS_IOT
* Better approach to custom client certificate
Don't duplicate defined check. Let USE_MQTT_AWS_IOT automatically set USE_MQTT_CLIENT_CERT and use latter in all code
* with mosquitto user and password may be empty
When mosquitto 'use_identity_as_username' option is enabled password and user are not used
2025-02-20 22:51:52 +01:00
s-hadinger
4306823ba6
HASPmota exception when clicking on a checkbox ( #23022 )
2025-02-17 23:04:04 +01:00
s-hadinger
f1be1b8ba9
HASPmota optimize sort ( #23009 )
2025-02-15 22:58:24 +01:00
s-hadinger
cfc11b5e83
Fix memory corruption in bytes().appendb64()
2025-02-15 22:08:00 +01:00
s-hadinger
a939b4973e
Remove unwanted tab
2025-02-15 21:41:44 +01:00
s-hadinger
d805cef66e
Berry bytes add appendb64 ( #23008 )
...
* Berry Leds_panel minor fix
* Fix
* Berry add 'bytes().appendb64()'
* fix lib
2025-02-15 21:09:40 +01:00
Theo Arends
a2af12c969
Add support for WiZMote with WiFi disabled
2025-02-14 12:55:58 +01:00
Theo Arends
f383c877c6
Fix unwanted WiZMote restart
2025-02-13 21:32:34 +01:00
s-hadinger
f3dc35e9ca
Solidified Code updated
2025-02-12 21:38:27 +00:00
s-hadinger
0b3be314e7
Berry fixed parser error in rare case ( #22997 )
2025-02-12 22:37:48 +01:00
Theo Arends
c076331fad
Add support for Wiz Smart Remote using #define USE_WIZMOTE and command SetOption164 1
2025-02-12 17:45:06 +01:00
Giuliano Zaro
3ef9fe9f6e
Fix typo ( #22991 )
2025-02-12 10:04:46 +01:00
Thomas Reitmayr
b07bd68046
Utilize ESP-IDF's LCD driver for pushing pixels to RGB displays with ESP32-S3 ( #22970 )
...
This commit is an optimization of code and possibly performance for pushing
pixel data to an RGB display with an ESP32-S3. It uses ESP-IDF's LCD driver
for doing so and replaces multiple code paths in the previous implementation.
No code for other ESP32 variants has been changed.
Also see the discussion arendst/Tasmota#22553
2025-02-09 21:58:50 +01:00
s-hadinger
1b2fc5eccc
Berry make HASPmota and Matter use 'tasmota.defer()' ( #22977 )
2025-02-09 18:39:32 +01:00
s-hadinger
ff5b4956c8
Berry 'tasmota.defer()' ( #22976 )
2025-02-09 17:56:38 +01:00
Jason2866
f65646ba80
Delete lib/libesp32_lvgl/lv_haspmota/src/solidify/berry_haspmota directory
2025-02-04 20:04:11 +01:00
Jason2866
f014299adc
Delete lib/libesp32_lvgl/lv_binding_berry/src/solidify/berry_lvgl directory
2025-02-04 20:03:52 +01:00
Jason2866
af4ec3e0d0
Delete lib/libesp32/berry_tasmota/src/solidify/berry_tasmota directory
2025-02-04 20:03:15 +01:00
Jason2866
f1e5b576ba
Delete lib/libesp32/berry_matter/src/solidify/berry_matter directory
2025-02-04 20:02:53 +01:00
Jason2866
c4dd9839c9
Delete lib/libesp32/berry_animate/src/solidify/berry_animate directory
2025-02-04 20:02:29 +01:00
Jason2866
f727013373
Solidified Code updated
2025-02-04 18:10:24 +00:00
Jason2866
23ae0db9a8
Delete lib/libesp32/berry_tasmota/src/berry_tasmota directory
2025-02-04 18:29:49 +01:00
Jason2866
89b1df6a81
Delete lib/libesp32/berry_matter/src/berry_matter directory
2025-02-04 18:29:12 +01:00
Jason2866
117c1f68b7
Delete lib/libesp32/berry_animate/src/berry_animate directory
2025-02-04 18:28:23 +01:00
Jason2866
1988cd620d
Delete lib/libesp32/berry/berry_header directory
2025-02-04 18:27:55 +01:00
Jason2866
470065e36b
Delete lib/libesp32_lvgl/lv_haspmota/src/berry_haspmota directory
2025-02-04 18:26:57 +01:00
Jason2866
d94e680b51
Delete lib/libesp32_lvgl/lv_binding_berry/src/berry_lvgl directory
2025-02-04 18:26:20 +01:00
Jason2866
8bf10f0b9a
Solidified Code updated
2025-02-04 17:22:01 +00:00
Jason2866
ed52e711a9
Delete lib/libesp32_lvgl/lv_haspmota/src/berry_haspmota directory
2025-02-04 18:21:03 +01:00
Jason2866
6ffb783321
Solidified Code updated
2025-02-04 17:20:53 +00:00
Jason2866
c4d2f010ef
Delete lib/libesp32_lvgl/lv_binding_berry/src/berry_lvgl directory
2025-02-04 18:20:16 +01:00
Jason2866
1c0327e2c1
Solidified Code updated
2025-02-04 17:16:32 +00:00
Jason2866
63845ad3e8
Delete lib/libesp32_lvgl/lv_haspmota/src/solidify/berry_haspmota directory
2025-02-04 18:15:48 +01:00
Jason2866
268a7267ac
Delete lib/libesp32_lvgl/lv_haspmota/src/berry_haspmota directory
2025-02-04 18:15:37 +01:00
Jason2866
a9c39fe098
Delete lib/libesp32_lvgl/lv_binding_berry/src/solidify/berry_lvgl directory
2025-02-04 18:15:09 +01:00
Jason2866
ea584f60c8
Delete lib/libesp32_lvgl/lv_binding_berry/src/berry_lvgl directory
2025-02-04 18:14:38 +01:00
Jason2866
2c0172d7d5
Solidified Code updated
2025-02-04 17:14:14 +00:00
Jason2866
94e2a91bbd
Delete lib/libesp32/berry_animate/src/berry_animate directory
2025-02-04 18:13:35 +01:00
Jason2866
dcc407889a
Delete lib/libesp32/berry_matter/src/berry_matter directory
2025-02-04 18:12:59 +01:00
Jason2866
97cf0a4baa
Delete lib/libesp32/berry_tasmota/src/berry_tasmota directory
2025-02-04 18:12:18 +01:00
Jason2866
6421d6b1ab
Delete lib/libesp32/berry_tasmota/src/solidify/berry_tasmota directory
2025-02-04 18:08:45 +01:00
Jason2866
b02ac268ad
Solidified Code updated
2025-02-04 17:08:36 +00:00
Jason2866
2ac886a7f8
Delete lib/libesp32/berry_matter/src/solidify/berry_matter directory
2025-02-04 18:07:50 +01:00
Jason2866
8f641238b6
Delete lib/libesp32/berry_animate/src/solidify/berry_animate directory
2025-02-04 18:07:03 +01:00
arendst
a9996ecc40
Solidified Code updated
2025-02-04 14:14:42 +00:00
arendst
518df07ba1
Solidified Code updated
2025-02-04 14:07:48 +00:00
Theo Arends
c9cd6aae1d
Bump version v14.4.1.4
...
- Formatter `%_U` for `ext_snprintf_P()` to print uint64_t variable as decimal equivalent to `%llu`
- Support for RC-switch decoding of 64-bit received data
2025-02-04 15:07:03 +01:00
Jason2866
ab9ad562cb
Solidified Code updated
2025-02-04 13:39:19 +00:00
Jason2866
0ba224bf9a
Solidified Code updated
2025-02-04 11:22:34 +00:00
Jason2866
670d7bd8eb
Solidified Code updated
2025-02-03 15:43:23 +00:00
Jason2866
66a1f04414
fix compile
2025-02-03 14:29:20 +01:00
Christian Baars
aaa49f84ab
fix 8266 builds, add missing guards ( #22924 )
2025-02-03 11:23:11 +01:00
Christian Baars
def7ede895
add opus/webm encoding ( #22923 )
2025-02-02 21:49:11 +01:00
s-hadinger
d72ec454c0
LVGL add 'lv.set_paint_cb()' to register a callback when screen is refreshed ( #22909 )
2025-01-31 12:55:58 +01:00
s-hadinger
0288157fdb
Berry callback now passes 5 arguments instead of 4 (in line with documentation) ( #22908 )
2025-01-31 12:20:52 +01:00
s-hadinger
0dcd38186f
Berry 'tasmota.add_rule_once' and auto-remove rules with same pattern and id ( #22900 )
2025-01-29 22:48:44 +01:00
s-hadinger
60570dec76
HASPmota support for 'buttonmatrix' events ( #22898 )
2025-01-29 21:34:56 +01:00
Norbert
9613004bb4
Fix typo ( #22890 )
2025-01-27 15:54:03 +01:00
s-hadinger
1065db5831
LVLG/HASPmota add color names from OpenHASP ( #22879 )
2025-01-25 13:59:26 +01:00
s-hadinger
0471f0f3c5
Berry driver for AXP2102 and M5CoreS3 ( #22878 )
2025-01-25 11:17:43 +01:00
s-hadinger
beb967ccd4
Command 'PixelType' to change the WS2812 color order and channel number ( #22876 )
2025-01-24 21:21:35 +01:00
Theo Arends
a91771e0cf
Change Berry gpio.pin_mode frees PWM on pin
2025-01-24 16:33:12 +01:00
s-hadinger
ec8cf6e2f0
Revert "Berry now removes any existing rule with same pattern and same id (o…" ( #22823 )
...
This reverts commit d176a1d65b .
2025-01-15 20:27:46 +01:00
s-hadinger
d176a1d65b
Berry now removes any existing rule with same pattern and same id (only if id is not nil) ( #22822 )
2025-01-15 19:19:43 +01:00
lryb
6b3719bd9e
Fix missing val and text on change event ( #22808 )
2025-01-12 19:31:24 +01:00
s-hadinger
d0ef026bb9
Reamove readline when compiling Berry
2025-01-12 18:37:43 +01:00
Christian Baars
03e8497211
I2S: add command i2sloop ( #22807 )
...
* revert upstream change of the library, fix memory leak by using stack again
* add i2sloop command
2025-01-12 17:16:20 +01:00
Jason2866
e57b3e8b05
prepare for IDF 5.4 based Arduino ( #22793 )
2025-01-09 18:55:57 +01:00
Christian Baars
b73f50be6b
I2S: AAC support for web radio ( #22787 )
...
* I2S: AAC decoding support for web radio
* optimize AAC-lib for size
2025-01-08 21:35:42 +01:00
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
s-hadinger
77d98868bf
Berry add 'bytes().appendhex()' ( #22767 )
2025-01-05 13:12:39 +01:00