Skip to content

Commit

Permalink
rel v3.8.1
Browse files Browse the repository at this point in the history
+ update icons for buttons in UI objects
* bump platform package to 3.0.4
* fix: tm display does not display brightness change value when controlled via encoder Closes #127
* omnicron - multiple fixes
* Use Arduino Core 2.x for Huidu boards build
- remove WLED app discovery
  • Loading branch information
vortigont committed Aug 21, 2024
1 parent 1f14d28 commit 3596fac
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 3.8.1
+ update icons for buttons in UI objects
* bump platform package to 3.0.4
* fix: tm display does not display brightness change value when controlled via encoder Closes #127
* omnicron - multiple fixes
* Use Arduino Core 2.x for Huidu boards build
- remove WLED app discovery

## 3.8.0
+ планировщик OmniCron
+ Switch to Arduino Core 3.0.2 (Tasmota's)
Expand Down
Binary file modified data/index.html.gz
Binary file not shown.
Binary file modified data/js/ui_lamp.json.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Copyright © 2020 Dmytro Korniienko (kDn)

#define LAMPFW_VERSION_MAJOR 3
#define LAMPFW_VERSION_MINOR 8
#define LAMPFW_VERSION_REVISION 0
#define LAMPFW_VERSION_REVISION 1

#define LAMPFW_VERSION_VALUE (MAJ, MIN, REV) ((MAJ) << 16 | (MIN) << 8 | (REV))

Expand Down

0 comments on commit 3596fac

Please sign in to comment.