Skip to content

Commit

Permalink
changed default colors for missiles and drones
Browse files Browse the repository at this point in the history
  • Loading branch information
Foroxon committed Dec 21, 2024
1 parent 8e5ae11 commit 8792eff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firmware/src/JaamFirmware.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ struct Settings {
int enable_explosions = 1;
int color_explosion = 180;
int enable_missiles = 1;
int color_missiles = 90;
int color_missiles = 275;
int enable_drones = 1;
int color_drones = 60;
int color_drones = 330;
int color_home_district = 120;
int brightness_alert = 100;
int brightness_clear = 100;
Expand Down

0 comments on commit 8792eff

Please sign in to comment.