Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LVGL updated #22699

Merged
merged 1 commit into from
Dec 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ All notable changes to this project will be documented in this file.
- Berry Zigbee fix wrong attributes (#22684)
- Berry walrus operator (#22685)
- Webcam compilation with `define USE_WEBCAM` but without `define ENABLE_RTSPSERVER` (#22686)
- LVGL updated `Antiburn.tapp`

### Removed

Expand Down
Binary file modified tasmota/berry/modules/Antiburn.tapp
Binary file not shown.
1 change: 1 addition & 0 deletions tasmota/berry/modules/antiburn/autoexec.be
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Register the command 'Antiburn'
# Module loaded in memory only when the command is first used
# rm Antiburn.tapp; zip Antiburn.tapp -j -0 antiburn/*

var wd = tasmota.wd

Expand Down
Loading