Skip to content

Commit

Permalink
🏷️ fix: Fix version text
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquesebastiao authored Jul 8, 2024
1 parent 99502cd commit 4dd19c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#define SDCARD

// Info
#define SATURN_VERSION "v1.2.1"
#define SATURN_VERSION "v1.3.0"

// Style
uint16_t MAIN_COLOR = 0x07FF;
Expand Down Expand Up @@ -94,4 +94,4 @@ int screen_dim_time = 240;
// Others
bool pressedTvButton = false;
bool showQrCode = false;
bool showAPInfo = false;
bool showAPInfo = false;

0 comments on commit 4dd19c1

Please sign in to comment.