File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class F1Config
11
11
{
12
12
public:
13
13
// 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
15
15
String timeZone = " Europe/London" ; // seems to be something wrong with Europe/Dublin
16
16
17
17
// Telegram BOT Token (Get from Botfather)
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ const char *sessionCodeToString(const char *sessionCode)
84
84
}
85
85
else if (strcmp (sessionCode , "sprintQualifying" ) == 0 )
86
86
{
87
- return "Sprint Qualifying : " ;
87
+ return "Sprint Quali : " ;
88
88
}
89
89
else if (strcmp (sessionCode , "gp" ) == 0 )
90
90
{
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ src_dir = F1-Notifications
13
13
default_envs = cyd
14
14
15
15
[env]
16
- platform = espressif32
16
+ platform = espressif32@6.5.0
17
17
board = esp32dev
18
18
framework = arduino
19
19
lib_deps =
You can’t perform that action at this time.
0 commit comments