Skip to content

Commit

Permalink
Merge pull request #12 from Iam-Default/main
Browse files Browse the repository at this point in the history
changed "Sprint Qualifying" to "Sprint Quali" for it to be fully visible on the CYD+ shortform of the day(Friday -> Fri)
  • Loading branch information
witnessmenow authored Dec 30, 2024
2 parents 80cfcd8 + 368c9a0 commit 2817671
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion F1-Notifications/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class F1Config
{
public:
// How the time will be displayed, see here for more info: https://github.com/ropg/ezTime#datetime
String timeFormat = "l, H:i"; // Friday, 00:30
String timeFormat = "D, H:i"; // Fri, 00:30
String timeZone = "Europe/London"; // seems to be something wrong with Europe/Dublin

// Telegram BOT Token (Get from Botfather)
Expand Down
2 changes: 1 addition & 1 deletion F1-Notifications/raceLogic.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const char *sessionCodeToString(const char *sessionCode)
}
else if (strcmp(sessionCode, "sprintQualifying") == 0)
{
return "Sprint Qualifying: ";
return "Sprint Quali: ";
}
else if (strcmp(sessionCode, "gp") == 0)
{
Expand Down
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ src_dir = F1-Notifications
default_envs = cyd

[env]
platform = espressif32
platform = espressif32@6.5.0
board = esp32dev
framework = arduino
lib_deps =
Expand Down

0 comments on commit 2817671

Please sign in to comment.