Skip to content

Commit 2817671

Browse files
authored
Merge pull request #12 from Iam-Default/main
changed "Sprint Qualifying" to "Sprint Quali" for it to be fully visible on the CYD+ shortform of the day(Friday -> Fri)
2 parents 80cfcd8 + 368c9a0 commit 2817671

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

F1-Notifications/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class F1Config
1111
{
1212
public:
1313
// How the time will be displayed, see here for more info: https://github.com/ropg/ezTime#datetime
14-
String timeFormat = "l, H:i"; // Friday, 00:30
14+
String timeFormat = "D, H:i"; // Fri, 00:30
1515
String timeZone = "Europe/London"; // seems to be something wrong with Europe/Dublin
1616

1717
// Telegram BOT Token (Get from Botfather)

F1-Notifications/raceLogic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const char *sessionCodeToString(const char *sessionCode)
8484
}
8585
else if (strcmp(sessionCode, "sprintQualifying") == 0)
8686
{
87-
return "Sprint Qualifying: ";
87+
return "Sprint Quali: ";
8888
}
8989
else if (strcmp(sessionCode, "gp") == 0)
9090
{

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ src_dir = F1-Notifications
1313
default_envs = cyd
1414

1515
[env]
16-
platform = espressif32
16+
platform = espressif32@6.5.0
1717
board = esp32dev
1818
framework = arduino
1919
lib_deps =

0 commit comments

Comments
 (0)