Skip to content

Commit

Permalink
Aura improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Dec 20, 2023
1 parent 88d4e5d commit 149ed7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/USB/Aura.cs
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,8 @@ public static void ApplyAura()

timer.Enabled = false;

Logger.WriteLine($"AuraMode: {Mode}");

if (Mode == AuraMode.HEATMAP)
{
CustomRGB.ApplyHeatmap(true);
Expand Down Expand Up @@ -678,7 +680,7 @@ public static void ApplyAmbient(bool init = false)
screen_low.Dispose();
screeb_pxl.Dispose();

bool is_fresh = false;
bool is_fresh = init;

for (int i = 0; i < zones; i++)
{
Expand Down

0 comments on commit 149ed7f

Please sign in to comment.